summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIlya Yanok <ilya.yanok@cogentembedded.com>2012-11-06 13:06:28 +0000
committerTom Rini <trini@ti.com>2012-12-10 08:54:01 -0700
commit1befaffbfb32d6db7f43613952f9fe82a6ced000 (patch)
tree1280e5a17bd32b42f54e8d78f716abab08937874 /arch
parent4af9e675fa024acebfba83098adcfe37d5dbe3ce (diff)
downloadblackbird-obmc-uboot-1befaffbfb32d6db7f43613952f9fe82a6ced000.tar.gz
blackbird-obmc-uboot-1befaffbfb32d6db7f43613952f9fe82a6ced000.zip
OMAP: include sys_proto.h from boot-common
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/omap-common/boot-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/boot-common.c b/arch/arm/cpu/armv7/omap-common/boot-common.c
index 0f19141cc2..2b584e0a53 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
OpenPOWER on IntegriCloud