From a6f479cd85c8b8156dc2a865856617975eac18db Mon Sep 17 00:00:00 2001 From: Dirk Behme Date: Mon, 23 May 2011 07:40:26 +0000 Subject: 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 CC: Andy Fleming CC: Matt Waddel --- board/armltd/vexpress/ca9x4_ct_vxp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/armltd/vexpress') diff --git a/board/armltd/vexpress/ca9x4_ct_vxp.c b/board/armltd/vexpress/ca9x4_ct_vxp.c index 3566b95..6e5884b 100644 --- a/board/armltd/vexpress/ca9x4_ct_vxp.c +++ b/board/armltd/vexpress/ca9x4_ct_vxp.c @@ -38,6 +38,7 @@ #include #include #include +#include "../drivers/mmc/arm_pl180_mmci.h" static ulong timestamp; static ulong lastdec; -- cgit v1.1