Skip to content

Commit

Permalink
Merge branch 'timer/cleanup' into next/cleanup
Browse files Browse the repository at this point in the history
One more board file fixup from the sys_timer cleanup.

* timer/cleanup:
  ARM: at91: fix board-rm9200-dt after sys_timer conversion

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Jan 14, 2013
2 parents fd41d91 + 90cf214 commit 00c82d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/board-rm9200-dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static const char *at91rm9200_dt_board_compat[] __initdata = {
};

DT_MACHINE_START(at91rm9200_dt, "Atmel AT91RM9200 (Device Tree)")
.timer = &at91rm9200_timer,
.init_time = at91rm9200_timer_init,
.map_io = at91_map_io,
.handle_irq = at91_aic_handle_irq,
.init_early = at91rm9200_dt_initialize,
Expand Down

0 comments on commit 00c82d6

Please sign in to comment.