diff options
author | Tony Lindgren <tony@atomide.com> | 2010-02-12 15:26:47 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 12:26:58 -0500 |
commit | 6fbd55d077cdf2aeb7a170ff9f5779d19506bf9e (patch) | |
tree | ce9f17ce3460e69841b48e1e0dbce591f48090d5 /arch/arm/mach-omap2/board-omap3touchbook.c | |
parent | 882c0518e5317a41834d0fceee07ae6ada2d7429 (diff) |
omap2/3/4: Fix omap2_map_common_io for multi-omap
Fix omap2_map_common_io for multi-omap
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3touchbook.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3touchbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index fe3d22cb2457..63436e9c2069 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -557,7 +557,7 @@ static void __init omap3_touchbook_init(void) | |||
557 | static void __init omap3_touchbook_map_io(void) | 557 | static void __init omap3_touchbook_map_io(void) |
558 | { | 558 | { |
559 | omap2_set_globals_343x(); | 559 | omap2_set_globals_343x(); |
560 | omap2_map_common_io(); | 560 | omap34xx_map_common_io(); |
561 | } | 561 | } |
562 | 562 | ||
563 | MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") | 563 | MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") |