]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/mips/bcm47xx/time.c
Merge branch 'for-rmk' of git://git.marvell.com/orion
[mv-sheeva.git] / arch / mips / bcm47xx / time.c
index 0ab4676c8bd3afedbfd1d95b709d51372a37ee4b..0c6f47b3fd9482d838d4ffec4c5e47150523a74b 100644 (file)
@@ -46,10 +46,3 @@ void __init plat_time_init(void)
        /* Set MIPS counter frequency for fixed_rate_gettimeoffset() */
        mips_hpt_frequency = hz;
 }
-
-void __init
-plat_timer_setup(struct irqaction *irq)
-{
-       /* Enable the timer interrupt */
-       setup_irq(7, irq);
-}