]> Git Repo - u-boot.git/blobdiff - drivers/mmc/socfpga_dw_mmc.c
common: Drop log.h from common header
[u-boot.git] / drivers / mmc / socfpga_dw_mmc.c
index 568a3e77d372d981d143085fb8c15c3f6a1ba169..892222d27da9ec913b7cc5a4abab6fbad1e114a2 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <log.h>
 #include <asm/arch/clock_manager.h>
 #include <asm/arch/system_manager.h>
 #include <clk.h>
@@ -11,6 +12,7 @@
 #include <dwmmc.h>
 #include <errno.h>
 #include <fdtdec.h>
+#include <dm/device_compat.h>
 #include <linux/libfdt.h>
 #include <linux/err.h>
 #include <malloc.h>
This page took 0.025787 seconds and 4 git commands to generate.