common: Drop linux/delay.h from common header
[oweals/u-boot.git] / board / mpc8308_p1m / mpc8308_p1m.c
index a5a036f9cff4c27b569d1650d7d322ab798d9e6f..601442055d9b854c0ec6f16cca6d0624f9a0900c 100644 (file)
@@ -1,12 +1,14 @@
+// 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 <i2c.h>
+#include <init.h>
+#include <net.h>
+#include <linux/delay.h>
 #include <linux/libfdt.h>
 #include <fdt_support.h>
 #include <pci.h>