Skip to content
Snippets Groups Projects
Commit a6f479cd authored by Dirk Behme's avatar Dirk Behme Committed by U-Boot
Browse files

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"
(f0c64526)

Signed-off-by: default avatarDirk Behme <dirk.behme@googlemail.com>
CC: Andy Fleming <afleming@freescale.com>
CC: Matt Waddel <matt.waddel@linaro.org>
parent 8612b701
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include <asm/arch/systimer.h> #include <asm/arch/systimer.h>
#include <asm/arch/sysctrl.h> #include <asm/arch/sysctrl.h>
#include <asm/arch/wdt.h> #include <asm/arch/wdt.h>
#include "../drivers/mmc/arm_pl180_mmci.h"
static ulong timestamp; static ulong timestamp;
static ulong lastdec; static ulong lastdec;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment