diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:54:15 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:54:15 -0500 |
commit | 7266d48fca8ee2a15d15222c41f887e10db54c5a (patch) | |
tree | 775404bcbf8ce146ccaba905e841a3621ae7ce80 /arch/arm/mach-kirkwood/board-dt.c | |
parent | 168268a225d24da3768a88c1029fb3014b0837ca (diff) | |
parent | 90cf214d6a549bf482e3c5751ee256cc885b96ea (diff) |
Merge branch 'timer/cleanup' into late/mvebu2
Basing the mvebu patches on top of the timer cleanup
avoids some nasty merges.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-dt.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c index f964cdc44b1a..95cc04d14b65 100644 --- a/arch/arm/mach-kirkwood/board-dt.c +++ b/arch/arm/mach-kirkwood/board-dt.c | |||
@@ -185,7 +185,7 @@ DT_MACHINE_START(KIRKWOOD_DT, "Marvell Kirkwood (Flattened Device Tree)") | |||
185 | .map_io = kirkwood_map_io, | 185 | .map_io = kirkwood_map_io, |
186 | .init_early = kirkwood_init_early, | 186 | .init_early = kirkwood_init_early, |
187 | .init_irq = orion_dt_init_irq, | 187 | .init_irq = orion_dt_init_irq, |
188 | .timer = &kirkwood_timer, | 188 | .init_time = kirkwood_timer_init, |
189 | .init_machine = kirkwood_dt_init, | 189 | .init_machine = kirkwood_dt_init, |
190 | .restart = kirkwood_restart, | 190 | .restart = kirkwood_restart, |
191 | .dt_compat = kirkwood_dt_board_compat, | 191 | .dt_compat = kirkwood_dt_board_compat, |