projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e96220
)
mmc: bcm2835_sdhci: add missing include
author
Jeroen Hofstee
<jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:57:55 +0000
(22:57 +0200)
committer
Tom Rini
<trini@ti.com>
Sat, 25 Oct 2014 19:27:35 +0000
(15:27 -0400)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
drivers/mmc/bcm2835_sdhci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/bcm2835_sdhci.c
b/drivers/mmc/bcm2835_sdhci.c
index 82079d67cd8fc07565e5b8c57cc7e7c8234793b7..92f7d8942f02d1420e397664afcb99b938a3dafc 100644
(file)
--- 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