
7 Nov
2012
7 Nov
'12
12:06 a.m.
Include asm/arch/sys_proto.h for gpmc_init prototype. Without this we get a warning while building for AM335x.
Signed-off-by: Ilya Yanok ilya.yanok@cogentembedded.com ---
arch/arm/cpu/armv7/omap-common/boot-common.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/cpu/armv7/omap-common/boot-common.c b/arch/arm/cpu/armv7/omap-common/boot-common.c index 0f19141..2b584e0 100644 --- a/arch/arm/cpu/armv7/omap-common/boot-common.c +++ b/arch/arm/cpu/armv7/omap-common/boot-common.c @@ -21,6 +21,7 @@ #include <asm/omap_common.h> #include <asm/arch/omap.h> #include <asm/arch/mmc_host_def.h> +#include <asm/arch/sys_proto.h>
/* * This is used to verify if the configuration header
--
1.7.10.2 (Apple Git-33)