common: Drop linux/delay.h from common header
[oweals/u-boot.git] / board / freescale / mpc8323erdb / mpc8323erdb.c
index 003e95cb6ba07ada6cdc8d87742d9f90dde9668e..1dc1c98ad67161186a02d0cee8d56a5a4d25fea2 100644 (file)
  */
 
 #include <common.h>
+#include <eeprom.h>
 #include <env.h>
+#include <fdt_support.h>
+#include <init.h>
 #include <ioports.h>
 #include <mpc83xx.h>
 #include <i2c.h>
 #include <miiphy.h>
 #include <command.h>
+#include <linux/delay.h>
 #include <linux/libfdt.h>
 #include <u-boot/crc.h>
 #if defined(CONFIG_PCI)