Commit 6aaab172 authored by Maxime Ripard's avatar Maxime Ripard

ARM: mxs: remove the .map_io declaration

Now that the ARM core code calls debug_ll_io_init, we can remove it from
the machine_desc declaration.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a8c7f580
...@@ -434,7 +434,6 @@ static const char *mxs_dt_compat[] __initdata = { ...@@ -434,7 +434,6 @@ static const char *mxs_dt_compat[] __initdata = {
}; };
DT_MACHINE_START(MXS, "Freescale MXS (Device Tree)") DT_MACHINE_START(MXS, "Freescale MXS (Device Tree)")
.map_io = debug_ll_io_init,
.init_irq = irqchip_init, .init_irq = irqchip_init,
.handle_irq = icoll_handle_irq, .handle_irq = icoll_handle_irq,
.init_time = mxs_timer_init, .init_time = mxs_timer_init,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment