Merge branch 'linus' into x86/urgent
[firefly-linux-kernel-4.4.55.git] / kernel / softirq.c
index fc978889b1945d2fe6c2520980db3a8410dfdb77..f02a9dfa19bc80a5fd2bd1877ae7e685a7538411 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);