ARM: pxa: Introduce pxa{25x,27x,3xx}_map_io()
[linux-2.6-block.git] / arch / arm / mach-pxa / z2.c
index fefde9848d82349e08554dd74b3fea9d7f9cbd1e..527c2a1ed310e0f5e1d83dec0438e301be20156c 100644 (file)
@@ -704,7 +704,7 @@ static void __init z2_init(void)
 
 MACHINE_START(ZIPIT2, "Zipit Z2")
        .boot_params    = 0xa0000100,
-       .map_io         = pxa_map_io,
+       .map_io         = pxa27x_map_io,
        .init_irq       = pxa27x_init_irq,
        .timer          = &pxa_timer,
        .init_machine   = z2_init,