[ar7] remove old 2.6.24 code
[openwrt/svn-archive/archive.git] / target / linux / ar7 / files / arch / mips / ar7 / time.c
index 70f76bb6b0f91033bb39cee2204f0824255450e5..2188d9a85535eeeea89ec556e706d240e38d5276 100644 (file)
 #include <asm/time.h>
 #include <asm/ar7/ar7.h>
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) /* TODO remove when 2.6.24 is stable */
-void __init plat_timer_setup(struct irqaction *irq)
-{
-       setup_irq(7, irq);
-}
-
-void __init ar7_time_init(void)
-#else
 void __init plat_time_init(void)
-#endif
 {
        mips_hpt_frequency = ar7_cpu_freq() / 2;
 }