common: Drop linux/delay.h from common header
[oweals/u-boot.git] / board / freescale / bsc9131rdb / spl_minimal.c
index e7ed0a90b8f08200c3deb9018842b4bd8ffb5477..4ae9ba06c818664a75a04d7107ded1c095aae725 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <init.h>
 #include <ns16550.h>
 #include <asm/io.h>
 #include <nand.h>
@@ -11,6 +12,7 @@
 #include <asm/fsl_law.h>
 #include <fsl_ddr_sdram.h>
 #include <asm/global_data.h>
+#include <linux/delay.h>
 
 DECLARE_GLOBAL_DATA_PTR;