summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap3/sys_info.c
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 20:57:57 (GMT)
committerTom Rini <trini@ti.com>2014-10-25 19:27:35 (GMT)
commitbf8550287dbc71a1f852664565dea095fbe868ec (patch)
tree1cc23b4858d00a10828cec7c6c751d9a8b61a6cf /arch/arm/cpu/armv7/omap3/sys_info.c
parentee3fad876981182ddbbca00c7c15bb993aac507f (diff)
downloadu-boot-bf8550287dbc71a1f852664565dea095fbe868ec.tar.xz
omap3: board: add missing include and proto
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/cpu/armv7/omap3/sys_info.c')
-rw-r--r--arch/arm/cpu/armv7/omap3/sys_info.c2
1 files changed, 2 insertions, 0 deletions
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>