diff options
| author | Ilya Yanok <ilya.yanok@cogentembedded.com> | 2012-11-06 13:06:28 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-12-10 08:54:01 -0700 | 
| commit | 1befaffbfb32d6db7f43613952f9fe82a6ced000 (patch) | |
| tree | 1280e5a17bd32b42f54e8d78f716abab08937874 /arch/arm/cpu/armv7/omap-common/boot-common.c | |
| parent | 4af9e675fa024acebfba83098adcfe37d5dbe3ce (diff) | |
| download | olio-uboot-2014.01-1befaffbfb32d6db7f43613952f9fe82a6ced000.tar.xz olio-uboot-2014.01-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/arm/cpu/armv7/omap-common/boot-common.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap-common/boot-common.c | 1 | 
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 0f19141cc..2b584e0a5 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 |