Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da349bef authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 656db506
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
 *