projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5bee30
)
ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes
author
Tony Lindgren
<tony@atomide.com>
Wed, 29 Feb 2012 01:28:09 +0000
(17:28 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 29 Feb 2012 01:33:41 +0000
(17:33 -0800)
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 <tony@atomide.com>
arch/arm/mach-omap2/emu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/emu.c
b/arch/arm/mach-omap2/emu.c
index
7c9beba
..
e28e761
100644
(file)
--- a/
arch/arm/mach-omap2/emu.c
+++ b/
arch/arm/mach-omap2/emu.c
@@
-21,6
+21,8
@@
#include <linux/clk.h>
#include <linux/err.h>
+#include <mach/hardware.h>
+
#include "iomap.h"
MODULE_LICENSE("GPL");