MXC: rename mxc_map_io to architecture specific versions
[deliverable/linux.git] / arch / arm / mach-mx3 / pcm043.c
index 638b358a02f257dd0da17a8e677308c863481cd5..8d27c324abf2a1d862e5b07a64f3a19e3e4eb301 100644 (file)
@@ -244,7 +244,7 @@ MACHINE_START(PCM043, "Phytec Phycore pcm043")
        .phys_io        = AIPS1_BASE_ADDR,
        .io_pg_offst    = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc,
        .boot_params    = PHYS_OFFSET + 0x100,
-       .map_io         = mxc_map_io,
+       .map_io         = mx35_map_io,
        .init_irq       = mxc_init_irq,
        .init_machine   = mxc_board_init,
        .timer          = &pcm043_timer,
This page took 0.060286 seconds and 5 git commands to generate.