X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fmips%2Fbcm47xx%2Ftime.c;h=0c6f47b3fd9482d838d4ffec4c5e47150523a74b;hb=e12399fec3793e0c2b75d366c7fd48a360f6e328;hp=0ab4676c8bd3afedbfd1d95b709d51372a37ee4b;hpb=ce9d3c9a6a9aef61525be07fe6ba27d937236aa2;p=mv-sheeva.git diff --git a/arch/mips/bcm47xx/time.c b/arch/mips/bcm47xx/time.c index 0ab4676c8bd..0c6f47b3fd9 100644 --- a/arch/mips/bcm47xx/time.c +++ b/arch/mips/bcm47xx/time.c @@ -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); -}