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-ldp.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-ldp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-ldp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index 995d4a2b2dfd..f1699674a2fc 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c | |||
@@ -404,7 +404,7 @@ static void __init omap_ldp_init(void) | |||
404 | static void __init omap_ldp_map_io(void) | 404 | static void __init omap_ldp_map_io(void) |
405 | { | 405 | { |
406 | omap2_set_globals_343x(); | 406 | omap2_set_globals_343x(); |
407 | omap2_map_common_io(); | 407 | omap34xx_map_common_io(); |
408 | } | 408 | } |
409 | 409 | ||
410 | MACHINE_START(OMAP_LDP, "OMAP LDP board") | 410 | MACHINE_START(OMAP_LDP, "OMAP LDP board") |