diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-01-27 12:00:19 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-28 07:22:54 -0500 |
commit | 4404117d745f2251c5d3c739c50f617e755dbe12 (patch) | |
tree | 432bb185f8ebb17a580f7d65b7f8179252b3ce63 /arch/arm/mach-mx3 | |
parent | 44b4ca32fe09ae3844e9e2d12fb7371b3edeee14 (diff) |
ARM: mach-mx3/mach-mx31_3ds: Remove unnecessary function for IO mapping
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/mach-mx31_3ds.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c b/arch/arm/mach-mx3/mach-mx31_3ds.c index 0d65db885be7..2f4143004801 100644 --- a/arch/arm/mach-mx3/mach-mx31_3ds.c +++ b/arch/arm/mach-mx3/mach-mx31_3ds.c | |||
@@ -320,14 +320,6 @@ static const struct imxuart_platform_data uart_pdata __initconst = { | |||
320 | .flags = IMXUART_HAVE_RTSCTS, | 320 | .flags = IMXUART_HAVE_RTSCTS, |
321 | }; | 321 | }; |
322 | 322 | ||
323 | /* | ||
324 | * Set up static virtual mappings. | ||
325 | */ | ||
326 | static void __init mx31_3ds_map_io(void) | ||
327 | { | ||
328 | mx31_map_io(); | ||
329 | } | ||
330 | |||
331 | /*! | 323 | /*! |
332 | * Board specific initialization. | 324 | * Board specific initialization. |
333 | */ | 325 | */ |
@@ -382,7 +374,7 @@ static struct sys_timer mx31_3ds_timer = { | |||
382 | MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)") | 374 | MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)") |
383 | /* Maintainer: Freescale Semiconductor, Inc. */ | 375 | /* Maintainer: Freescale Semiconductor, Inc. */ |
384 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 376 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
385 | .map_io = mx31_3ds_map_io, | 377 | .map_io = mx31_map_io, |
386 | .init_irq = mx31_init_irq, | 378 | .init_irq = mx31_init_irq, |
387 | .init_machine = mxc_board_init, | 379 | .init_machine = mxc_board_init, |
388 | .timer = &mx31_3ds_timer, | 380 | .timer = &mx31_3ds_timer, |