ARM: imx: Remove unneeded .map_io initialization
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 14 Nov 2014 15:53:57 +0000 (16:53 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 21 Nov 2014 23:39:36 +0000 (07:39 +0800)
If machine_desc.map_io is not set, devicemaps_init() in the common ARM
code will call debug_ll_io_init().

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/mach-imx6sl.c
arch/arm/mach-imx/mach-imx6sx.c

index 65f4b0df9b0a9a83544afec3d668c9e0fdded093..24bfaaf944c8459f4e2947b1d855ce37cb8dd9b7 100644 (file)
@@ -74,7 +74,6 @@ static const char * const imx6sl_dt_compat[] __initconst = {
 };
 
 DT_MACHINE_START(IMX6SL, "Freescale i.MX6 SoloLite (Device Tree)")
-       .map_io         = debug_ll_io_init,
        .init_irq       = imx6sl_init_irq,
        .init_machine   = imx6sl_init_machine,
        .init_late      = imx6sl_init_late,
index ccee19cf825dbc9ef9e5f8783d5010ca012b4bed..4111c0fa8d0949d3317d25263a0d1b27bf8a6feb 100644 (file)
@@ -51,7 +51,6 @@ static const char * const imx6sx_dt_compat[] __initconst = {
 };
 
 DT_MACHINE_START(IMX6SX, "Freescale i.MX6 SoloX (Device Tree)")
-       .map_io         = debug_ll_io_init,
        .init_irq       = imx6sx_init_irq,
        .init_machine   = imx6sx_init_machine,
        .dt_compat      = imx6sx_dt_compat,
This page took 0.026287 seconds and 5 git commands to generate.