diff options
| author | Ilya Yanok <[email protected]> | 2012-11-06 13:06:28 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2012-12-10 08:54:01 -0700 |
| commit | 1befaffbfb32d6db7f43613952f9fe82a6ced000 (patch) | |
| tree | 1280e5a17bd32b42f54e8d78f716abab08937874 | |
| parent | 4af9e675fa024acebfba83098adcfe37d5dbe3ce (diff) | |
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 <[email protected]>
| -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 0f19141cc23..2b584e0a537 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 |
