]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/sched/rt.c
Merge tag 'for-linus-20151217' of git://git.infradead.org/linux-mtd
[karo-tx-linux.git] / kernel / sched / rt.c
index e3cc16312046689fd04db8748304210c0d9fc8df..8ec86abe0ea188369ee4e7efd21789d8cb127c14 100644 (file)
@@ -64,7 +64,7 @@ static void start_rt_bandwidth(struct rt_bandwidth *rt_b)
        raw_spin_unlock(&rt_b->rt_runtime_lock);
 }
 
-#ifdef CONFIG_SMP
+#if defined(CONFIG_SMP) && defined(HAVE_RT_PUSH_IPI)
 static void push_irq_work_func(struct irq_work *work);
 #endif