common: Drop linux/delay.h from common header
[oweals/u-boot.git] / board / freescale / m5249evb / m5249evb.c
index 7c9b599d666a42d35a1fee1d28b1e67915bfbaf5..a89d5100586fca409da438a0522876adc081d8a9 100644 (file)
@@ -1,14 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2004
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
+#include <init.h>
 #include <malloc.h>
 #include <asm/immap.h>
+#include <linux/delay.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -90,7 +91,8 @@ int dram_init(void)
 };
 
 
-int testdram (void) {
+int testdram(void)
+{
        /* TODO: XXX XXX XXX */
        printf ("DRAM test not implemented!\n");