]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/timer.c
ARM: OMAP3: Fix get_irqnr_and_base to clear spurious interrupt bits
[linux-2.6-omap-h63xx.git] / kernel / timer.c
index ef3fa6906e8f1c33abb92cf056cc0ca5aef40a62..03bc7f1f159350d2ad29ca45d3b3a28fc275f296 100644 (file)
@@ -1494,7 +1494,7 @@ void __init init_timers(void)
 
        BUG_ON(err == NOTIFY_BAD);
        register_cpu_notifier(&timers_nb);
-       open_softirq(TIMER_SOFTIRQ, run_timer_softirq, NULL);
+       open_softirq(TIMER_SOFTIRQ, run_timer_softirq);
 }
 
 /**