aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 103fc0915fb9..5a3d6f9107e4 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -125,7 +125,7 @@ static struct map_desc omap243x_io_desc[] __initdata = {
125#endif 125#endif
126#endif 126#endif
127 127
128#ifdef CONFIG_ARCH_OMAP34XX 128#ifdef CONFIG_ARCH_OMAP3
129static struct map_desc omap34xx_io_desc[] __initdata = { 129static struct map_desc omap34xx_io_desc[] __initdata = {
130 { 130 {
131 .virtual = L3_34XX_VIRT, 131 .virtual = L3_34XX_VIRT,
@@ -269,7 +269,7 @@ void __init omap243x_map_common_io()
269} 269}
270#endif 270#endif
271 271
272#ifdef CONFIG_ARCH_OMAP34XX 272#ifdef CONFIG_ARCH_OMAP3
273void __init omap34xx_map_common_io() 273void __init omap34xx_map_common_io()
274{ 274{
275 iotable_init(omap34xx_io_desc, ARRAY_SIZE(omap34xx_io_desc)); 275 iotable_init(omap34xx_io_desc, ARRAY_SIZE(omap34xx_io_desc));