Skip to content

Commit

Permalink
ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Lindgren committed Feb 29, 2012
1 parent a5bee30 commit 1b35af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-omap2/emu.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include <linux/clk.h>
#include <linux/err.h>

#include <mach/hardware.h>

#include "iomap.h"

MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 1b35af5

Please sign in to comment.