commit | 2b562203eb4fc56f6752c36a1489b2c51e4ec16d | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:57 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:35 2014 -0400 |
tree | 1cc23b4858d00a10828cec7c6c751d9a8b61a6cf | |
parent | 8e57567042ddf99eaaa34a719fb553cdcca37808 [diff] [blame] |
omap3: board: add missing include and proto Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/arch/arm/cpu/armv7/omap3/sys_info.c b/arch/arm/cpu/armv7/omap3/sys_info.c index ce254cf..bbb65bb 100644 --- a/arch/arm/cpu/armv7/omap3/sys_info.c +++ b/arch/arm/cpu/armv7/omap3/sys_info.c
@@ -16,6 +16,8 @@ #include <asm/io.h> #include <asm/arch/mem.h> /* get mem tables */ #include <asm/arch/sys_proto.h> +#include <asm/bootm.h> + #include <i2c.h> #include <linux/compiler.h>