]> err.no Git - linux-2.6/blobdiff - kernel/timer.c
docbook: fix s390 fatal error after header files moved
[linux-2.6] / 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);
 }
 
 /**