diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-08 22:57:55 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-25 15:27:35 -0400 |
commit | 74321944e62891b77b95e00f0779607bd225dbd0 (patch) | |
tree | 01d3a050db3ab3e9e61f4176f2910a77141acd56 /drivers/mmc | |
parent | 1e96220a5687efae2aed45ce56e143336c40d0a7 (diff) | |
download | u-boot-imx-74321944e62891b77b95e00f0779607bd225dbd0.zip u-boot-imx-74321944e62891b77b95e00f0779607bd225dbd0.tar.gz u-boot-imx-74321944e62891b77b95e00f0779607bd225dbd0.tar.bz2 |
mmc: bcm2835_sdhci: add missing include
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/bcm2835_sdhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |