aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2
diff options
context:
space:
mode:
authorSimon POLETTE <spolette@adetelgroup.com>2009-06-04 12:09:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-06-05 10:02:26 +0200
commitadd85a418f8e224d2b09d4a8d14c6c060ba3a79c (patch)
treef11aad3a9b7ba96b9c7518c1a76e5144bb173c5f /arch/arm/mach-mx2
parentmxc: Add i.MX27LITE board support (diff)
downloadlinux-dev-add85a418f8e224d2b09d4a8d14c6c060ba3a79c.tar.xz
linux-dev-add85a418f8e224d2b09d4a8d14c6c060ba3a79c.zip
PATCH] mx27pdk: rename mxc_map_io to mx27_map_io
Hi, Fixed issue in the mxc-master head : Signed-off-by: Simon POLETTE <spolette@adnlysd018.(none)> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2')
-rw-r--r--arch/arm/mach-mx2/mx27pdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/mx27pdk.c b/arch/arm/mach-mx2/mx27pdk.c
index 90b1fa5d1849..1d9238c7a6c3 100644
--- a/arch/arm/mach-mx2/mx27pdk.c
+++ b/arch/arm/mach-mx2/mx27pdk.c
@@ -88,7 +88,7 @@ MACHINE_START(MX27_3DS, "Freescale MX27PDK")
.phys_io = AIPI_BASE_ADDR,
.io_pg_offst = ((AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc,
.boot_params = PHYS_OFFSET + 0x100,
- .map_io = mxc_map_io,
+ .map_io = mx27_map_io,
.init_irq = mxc_init_irq,
.init_machine = mx27pdk_init,
.timer = &mx27pdk_timer,