“94d5f0c2ae83c367fe870b49ed0c87025be2956e”上不存在“git@gitcode.net:openeuler/raspberrypi-kernel.git”
提交 4404117d 编写于 作者: F Fabio Estevam 提交者: Sascha Hauer

ARM: mach-mx3/mach-mx31_3ds: Remove unnecessary function for IO mapping

Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 44b4ca32
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册