| Submitter | Ilya Yanok |
|---|---|
| Date | Oct. 30, 2012, 10:47 p.m. |
| Message ID | <1351637263-17464-2-git-send-email-ilya.yanok@cogentembedded.com> |
| Download | mbox | patch |
| Permalink | /patch/195638/ |
| State | Superseded |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
Patch
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
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(+)