From 23057656dcad3adec345a4627037f5dce273a6aa Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Fri, 28 Sep 2018 13:01:26 +0200 Subject: [PATCH] [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. --- .../irqwork-push_most_work_into_softirq_context.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches-rt/irqwork-push_most_work_into_softirq_context.patch b/debian/patches-rt/irqwork-push_most_work_into_softirq_context.patch index 8acd79ff5..bc5432f46 100644 --- a/debian/patches-rt/irqwork-push_most_work_into_softirq_context.patch +++ b/debian/patches-rt/irqwork-push_most_work_into_softirq_context.patch @@ -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 +