common: Drop linux/delay.h from common header
[oweals/u-boot.git] / board / freescale / mpc8308rdb / mpc8308rdb.c
index 0cf1c08f29ee4b85deee25bbcc4b197f788962ef..259d6aa1c2c9b3a9b305be96bead318d33650fb5 100644 (file)
@@ -1,14 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2010 Freescale Semiconductor, Inc.
  * Copyright (C) 2010 Ilya Yanok, Emcraft Systems, yanok@emcraft.com
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <hwconfig.h>
 #include <i2c.h>
+#include <init.h>
+#include <net.h>
 #include <spi.h>
+#include <linux/delay.h>
 #include <linux/libfdt.h>
 #include <fdt_support.h>
 #include <pci.h>