[rt] Fix badly refreshed patch irqwork-push_most_work_into_softirq_context.patch

This fixes the conditional definition of irq_work_tick_soft(). A # was
missing before the #else directive, causing a FTBS.
This commit is contained in:
Romain Perier 2018-09-28 13:01:26 +02:00
parent 7b1a277680
commit 23057656dc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ index b11fcdfd0770..c1afbba27902 100644
+#if defined(CONFIG_IRQ_WORK) && defined(CONFIG_PREEMPT_RT_FULL)
+void irq_work_tick_soft(void);
+else
+#else
+static inline void irq_work_tick_soft(void) { }
+#endif
+