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-highbank/highbank.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-highbank/highbank.c')
-rw-r--r-- | arch/arm/mach-highbank/highbank.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-highbank/highbank.c b/arch/arm/mach-highbank/highbank.c index 981dc1e1da51..41e254cac1ac 100644 --- a/arch/arm/mach-highbank/highbank.c +++ b/arch/arm/mach-highbank/highbank.c | |||
@@ -129,10 +129,6 @@ static void __init highbank_timer_init(void) | |||
129 | arch_timer_sched_clock_init(); | 129 | arch_timer_sched_clock_init(); |
130 | } | 130 | } |
131 | 131 | ||
132 | static struct sys_timer highbank_timer = { | ||
133 | .init = highbank_timer_init, | ||
134 | }; | ||
135 | |||
136 | static void highbank_power_off(void) | 132 | static void highbank_power_off(void) |
137 | { | 133 | { |
138 | highbank_set_pwr_shutdown(); | 134 | highbank_set_pwr_shutdown(); |
@@ -209,7 +205,7 @@ DT_MACHINE_START(HIGHBANK, "Highbank") | |||
209 | .smp = smp_ops(highbank_smp_ops), | 205 | .smp = smp_ops(highbank_smp_ops), |
210 | .map_io = debug_ll_io_init, | 206 | .map_io = debug_ll_io_init, |
211 | .init_irq = highbank_init_irq, | 207 | .init_irq = highbank_init_irq, |
212 | .timer = &highbank_timer, | 208 | .init_time = highbank_timer_init, |
213 | .handle_irq = gic_handle_irq, | 209 | .handle_irq = gic_handle_irq, |
214 | .init_machine = highbank_init, | 210 | .init_machine = highbank_init, |
215 | .dt_compat = highbank_match, | 211 | .dt_compat = highbank_match, |