Commit fd41d91d authored by Olof Johansson's avatar Olof Johansson

Merge branch 'timer/cleanup' into next/cleanup

Adding a manually applied bugfix for sunxi.

* timer/cleanup:
  ARM: sunxi: fix struct sys_timer removal
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 98130278 1c2584c3
...@@ -91,6 +91,6 @@ DT_MACHINE_START(SUNXI_DT, "Allwinner A1X (Device Tree)") ...@@ -91,6 +91,6 @@ DT_MACHINE_START(SUNXI_DT, "Allwinner A1X (Device Tree)")
.init_irq = sunxi_init_irq, .init_irq = sunxi_init_irq,
.handle_irq = sunxi_handle_irq, .handle_irq = sunxi_handle_irq,
.restart = sunxi_restart, .restart = sunxi_restart,
.timer = &sunxi_timer, .init_time = &sunxi_timer_init,
.dt_compat = sunxi_board_dt_compat, .dt_compat = sunxi_board_dt_compat,
MACHINE_END MACHINE_END
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