diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index dd9c03171a19..4961f3b68739 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -805,7 +805,7 @@ static void __init omap_3430sdp_init(void) | |||
805 | 805 | ||
806 | static void __init omap_3430sdp_map_io(void) | 806 | static void __init omap_3430sdp_map_io(void) |
807 | { | 807 | { |
808 | omap2_set_globals_343x(); | 808 | omap2_set_globals_3xxx(); |
809 | omap34xx_map_common_io(); | 809 | omap34xx_map_common_io(); |
810 | } | 810 | } |
811 | 811 | ||