[U-Boot] [PATCH] MMC: omap_hsmmc.c: Add missing prototype header
Dirk Behme
dirk.behme at googlemail.com
Sun May 15 21:04:47 CEST 2011
From: Dirk Behme <dirk.behme at googlemail.com>
Add missing header file to fix compilation warning
omap_hsmmc.c: In function 'omap_mmc_init':
omap_hsmmc.c:474: warning: implicit declaration of function 'get_cpu_family'
omap_hsmmc.c:474: warning: implicit declaration of function 'get_cpu_rev'
introduced by commit "MMC: omap_hsmmc.c: disable
multiblock rw on old rev omap34xx silicon"
(4ca9244d74f146a0605f5bee28a66e39aae88d3e)
Signed-off-by: Dirk Behme <dirk.behme at googlemail.com>
CC: Andy Fleming <afleming at freescale.com>
CC: John Rigby <john.rigby at linaro.org>
---
drivers/mmc/omap_hsmmc.c | 1 +
1 file changed, 1 insertion(+)
Index: u-boot.git/drivers/mmc/omap_hsmmc.c
===================================================================
--- u-boot.git.orig/drivers/mmc/omap_hsmmc.c
+++ u-boot.git/drivers/mmc/omap_hsmmc.c
@@ -30,6 +30,7 @@
#include <twl4030.h>
#include <asm/io.h>
#include <asm/arch/mmc_host_def.h>
+#include <asm/arch/sys_proto.h>
/* If we fail after 1 second wait, something is really bad */
#define MAX_RETRY_MS 1000
More information about the U-Boot
mailing list