]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/softirq.c
infiniband: remove dev_base_lock use
[net-next-2.6.git] / kernel / softirq.c
index e33fd71ed66a301621511eaf85b66cef72afce89..18f4be0d5fe0bbf853935972d9b441e95bc61c5a 100644 (file)
@@ -67,7 +67,7 @@ char *softirq_to_name[NR_SOFTIRQS] = {
  * to the pending events, so lets the scheduler to balance
  * the softirq load for us.
  */
-void wakeup_softirqd(void)
+static void wakeup_softirqd(void)
 {
        /* Interrupts are disabled: no need to stop preemption */
        struct task_struct *tsk = __get_cpu_var(ksoftirqd);