summaryrefslogtreecommitdiffstats
path: root/board/armltd
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2011-05-23 07:40:26 +0000
committerU-Boot <uboot@lilith.(none)>2011-05-31 22:25:23 +0200
commita6f479cd85c8b8156dc2a865856617975eac18db (patch)
treeadcb704a12f86a0f82f0bed23431508d34682a0a /board/armltd
parent8612b7015400e8b897ed3aeba03baf47cfbf1e94 (diff)
downloadblackbird-obmc-uboot-a6f479cd85c8b8156dc2a865856617975eac18db.tar.gz
blackbird-obmc-uboot-a6f479cd85c8b8156dc2a865856617975eac18db.zip
ARMV7: Vexpress: Add missing MMC header
Add a header file with the missing function prototype to fix ca9x4_ct_vxp.c: In function 'cpu_mmc_init': ca9x4_ct_vxp.c:93: warning: implicit declaration of function 'arm_pl180_mmci_init' introduced by commit "ARMV7: Vexpress: Add MMC support" (f0c64526b7e51ba997a0f1baf9e74e6d497b957e) Signed-off-by: Dirk Behme <dirk.behme@googlemail.com> CC: Andy Fleming <afleming@freescale.com> CC: Matt Waddel <matt.waddel@linaro.org>
Diffstat (limited to 'board/armltd')
-rw-r--r--board/armltd/vexpress/ca9x4_ct_vxp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/armltd/vexpress/ca9x4_ct_vxp.c b/board/armltd/vexpress/ca9x4_ct_vxp.c
index 3566b958e7..6e5884b204 100644
--- a/board/armltd/vexpress/ca9x4_ct_vxp.c
+++ b/board/armltd/vexpress/ca9x4_ct_vxp.c
@@ -38,6 +38,7 @@
#include <asm/arch/systimer.h>
#include <asm/arch/sysctrl.h>
#include <asm/arch/wdt.h>
+#include "../drivers/mmc/arm_pl180_mmci.h"
static ulong timestamp;
static ulong lastdec;
OpenPOWER on IntegriCloud