projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44b4ca3
)
ARM: mach-mx3/mach-mx31_3ds: Remove unnecessary function for IO mapping
author
Fabio Estevam
<fabio.estevam@freescale.com>
Thu, 27 Jan 2011 17:00:19 +0000
(15:00 -0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 28 Jan 2011 12:22:54 +0000
(13:22 +0100)
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/mach-mx31_3ds.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/mach-mx31_3ds.c
b/arch/arm/mach-mx3/mach-mx31_3ds.c
index 0d65db885be7439fd7bfef112f3fabf9285097f5..2f41430048015bf7193b2c474fa5a6448c3af205 100644
(file)
--- 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 = {
.flags = IMXUART_HAVE_RTSCTS,
};
-/*
- * Set up static virtual mappings.
- */
-static void __init mx31_3ds_map_io(void)
-{
- mx31_map_io();
-}
-
/*!
* Board specific initialization.
*/
@@
-382,7
+374,7
@@
static struct sys_timer mx31_3ds_timer = {
MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)")
/* Maintainer: Freescale Semiconductor, Inc. */
.boot_params = MX3x_PHYS_OFFSET + 0x100,
- .map_io = mx31_
3ds_
map_io,
+ .map_io = mx31_map_io,
.init_irq = mx31_init_irq,
.init_machine = mxc_board_init,
.timer = &mx31_3ds_timer,