]> Git Repo - u-boot.git/blobdiff - board/freescale/m54418twr/m54418twr.c
common: Drop linux/delay.h from common header
[u-boot.git] / board / freescale / m54418twr / m54418twr.c
index 433539486e39cb8a6bb9ab0505866643e1b6abf2..a418fba1401b73f775db11944589bfc2bc44057f 100644 (file)
@@ -1,16 +1,17 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2010-2012 Freescale Semiconductor, Inc.
  * TsiChung Liew ([email protected])
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <init.h>
 #include <spi.h>
 #include <asm/io.h>
 #include <asm/immap.h>
 #include <mmc.h>
-#include <fsl_esdhc.h>
+#include <fsl_esdhc_imx.h>
+#include <linux/delay.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.026546 seconds and 4 git commands to generate.