diff options
Diffstat (limited to 'arch/mips/vr41xx/common/init.c')
-rw-r--r-- | arch/mips/vr41xx/common/init.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/vr41xx/common/init.c b/arch/mips/vr41xx/common/init.c index 407cec203b29..8d760df686c4 100644 --- a/arch/mips/vr41xx/common/init.c +++ b/arch/mips/vr41xx/common/init.c | |||
@@ -48,11 +48,6 @@ void __init plat_time_init(void) | |||
48 | mips_hpt_frequency = tclock / 4; | 48 | mips_hpt_frequency = tclock / 4; |
49 | } | 49 | } |
50 | 50 | ||
51 | void __init plat_timer_setup(struct irqaction *irq) | ||
52 | { | ||
53 | setup_irq(TIMER_IRQ, irq); | ||
54 | } | ||
55 | |||
56 | void __init plat_mem_setup(void) | 51 | void __init plat_mem_setup(void) |
57 | { | 52 | { |
58 | vr41xx_calculate_clock_frequency(); | 53 | vr41xx_calculate_clock_frequency(); |