Browse Source

[MIPS] time: Remove wrppmc's definition of plat_timer_setup.

The only thing it used to do is now done by cevt-r4k.c.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 17 years ago
parent
commit
da349bef97
1 changed files with 0 additions and 6 deletions
  1. 0 6
      arch/mips/gt64120/wrppmc/time.c

+ 0 - 6
arch/mips/gt64120/wrppmc/time.c

@@ -19,12 +19,6 @@
 
 
 #define WRPPMC_CPU_CLK_FREQ 40000000 /* 40MHZ */
 #define WRPPMC_CPU_CLK_FREQ 40000000 /* 40MHZ */
 
 
-void __init plat_timer_setup(struct irqaction *irq)
-{
-	/* Install ISR for timer interrupt */
-	setup_irq(WRPPMC_MIPS_TIMER_IRQ, irq);
-}
-
 /*
 /*
  * Estimate CPU frequency.  Sets mips_hpt_frequency as a side-effect
  * Estimate CPU frequency.  Sets mips_hpt_frequency as a side-effect
  *
  *