commit | db6045ffbc6ac91345e54de2c9f6ed857e3514c1 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:55 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:35 2014 -0400 |
tree | 01d3a050db3ab3e9e61f4176f2910a77141acd56 | |
parent | 506f0e54d874be416a0d7c3e0f599a6d6e1a1753 [diff] |
mmc: bcm2835_sdhci: add missing include Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
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