[U-Boot] [PATCH 35/49] mmc: bcm2835_sdhci: add missing include
Jeroen Hofstee
jeroen at myspectrum.nl
Wed Oct 8 22:57:55 CEST 2014
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
drivers/mmc/bcm2835_sdhci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc/bcm2835_sdhci.c
index 82079d6..92f7d89 100644
--- a/drivers/mmc/bcm2835_sdhci.c
+++ b/drivers/mmc/bcm2835_sdhci.c
@@ -40,6 +40,7 @@
#include <malloc.h>
#include <sdhci.h>
#include <asm/arch/timer.h>
+#include <asm/arch-bcm2835/sdhci.h>
/* 400KHz is max freq for card ID etc. Use that as min */
#define MIN_FREQ 400000
--
2.1.0
More information about the U-Boot
mailing list