]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-socfpga/spl_gen5.c
common: Drop asm/global_data.h from common header
[u-boot.git] / arch / arm / mach-socfpga / spl_gen5.c
index e9967ac450c6bdad47ef6d83a95d455869d6e95b..7c716117685c32bd6c595c9f996eace46e3a32a9 100644 (file)
@@ -5,6 +5,9 @@
 
 #include <common.h>
 #include <hang.h>
+#include <init.h>
+#include <log.h>
+#include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/u-boot.h>
 #include <asm/utils.h>
@@ -22,6 +25,7 @@
 #include <fdtdec.h>
 #include <watchdog.h>
 #include <dm/uclass.h>
+#include <linux/bitops.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.025884 seconds and 4 git commands to generate.