Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd41d91d authored by Olof Johansson's avatar Olof Johansson
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,6 +91,6 @@ DT_MACHINE_START(SUNXI_DT, "Allwinner A1X (Device Tree)")
	.init_irq	= sunxi_init_irq,
	.handle_irq	= sunxi_handle_irq,
	.restart	= sunxi_restart,
	.timer		= &sunxi_timer,
	.init_time	= &sunxi_timer_init,
	.dt_compat	= sunxi_board_dt_compat,
MACHINE_END