Skip to content

Commit

Permalink
[MIPS] time: Remove wrppmc's definition of plat_timer_setup.
Browse files Browse the repository at this point in the history
The only thing it used to do is now done by cevt-r4k.c.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2007
1 parent 656db50 commit da349be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/mips/gt64120/wrppmc/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@

#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
*
Expand Down

0 comments on commit da349be

Please sign in to comment.