ARM: mxs: remove the .map_io declaration
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 18 Apr 2013 19:56:49 +0000 (21:56 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 24 May 2013 08:23:41 +0000 (10:23 +0200)
Now that the ARM core code calls debug_ll_io_init, we can remove it from
the machine_desc declaration.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-mxs/mach-mxs.c

index 5b62b6489d4bbdec32809ce8597af258478bab93..d67ecc1c884787837719d79809057c9c28ef8bec 100644 (file)
@@ -434,7 +434,6 @@ static const char *mxs_dt_compat[] __initdata = {
 };
 
 DT_MACHINE_START(MXS, "Freescale MXS (Device Tree)")
-       .map_io         = debug_ll_io_init,
        .init_irq       = irqchip_init,
        .handle_irq     = icoll_handle_irq,
        .init_time      = mxs_timer_init,