From 1b35af54ee9cbbdd13fed53fd4acb0952ba522e1 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Tue, 28 Feb 2012 17:28:09 -0800 Subject: ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes With the introduction of iomap changes platform init code fails for emu.c if CONFIG_OMAP3_EMU is selected: arch/arm/mach-omap2/emu.c:35:8: error: 'L4_EMU_34XX_BASE' undeclared here (not in a function) Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/emu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-omap2/emu.c') diff --git a/arch/arm/mach-omap2/emu.c b/arch/arm/mach-omap2/emu.c index 7c9beba51a11..e28e761b7ab9 100644 --- a/arch/arm/mach-omap2/emu.c +++ b/arch/arm/mach-omap2/emu.c @@ -21,6 +21,8 @@ #include #include +#include + #include "iomap.h" MODULE_LICENSE("GPL"); -- cgit v1.2.3-55-g7522