diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-04-29 07:41:40 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 10:20:22 -0400 |
commit | 74fe030e63bd9e4adc5a67128d4c8359b37df55d (patch) | |
tree | b29c5b1f903a5e04de689830b97118dd9e69aad8 /arch/arm/mach-mx1/mx1ads.c | |
parent | 345569a2ed84478ce860a32555edd71bb321e48b (diff) |
mx1ads: rename mxc_map_io to mx1_map_io
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx1/mx1ads.c')
-rw-r--r-- | arch/arm/mach-mx1/mx1ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx1/mx1ads.c b/arch/arm/mach-mx1/mx1ads.c index 55d32897cb4a..e5b0c0a83c3b 100644 --- a/arch/arm/mach-mx1/mx1ads.c +++ b/arch/arm/mach-mx1/mx1ads.c | |||
@@ -150,7 +150,7 @@ MACHINE_START(MX1ADS, "Freescale MX1ADS") | |||
150 | .phys_io = IMX_IO_PHYS, | 150 | .phys_io = IMX_IO_PHYS, |
151 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, | 151 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, |
152 | .boot_params = PHYS_OFFSET + 0x100, | 152 | .boot_params = PHYS_OFFSET + 0x100, |
153 | .map_io = mxc_map_io, | 153 | .map_io = mx1_map_io, |
154 | .init_irq = mxc_init_irq, | 154 | .init_irq = mxc_init_irq, |
155 | .timer = &mx1ads_timer, | 155 | .timer = &mx1ads_timer, |
156 | .init_machine = mx1ads_init, | 156 | .init_machine = mx1ads_init, |