Skip to content

Commit

Permalink
Merge branch 'timer/cleanup' into next/cleanup
Browse files Browse the repository at this point in the history
Adding a manually applied bugfix for sunxi.

* timer/cleanup:
  ARM: sunxi: fix struct sys_timer removal

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Jan 8, 2013
2 parents 9813027 + 1c2584c commit fd41d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-sunxi/sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fd41d91

Please sign in to comment.