From: Thomas Gleixner Date: Wed, 19 Mar 2014 10:19:52 +0000 (+0100) Subject: softirq: Add linux/irq.h to make it compile again X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d532676cc7329e1088702ccb0015942cc370b954;p=linux-beck.git softirq: Add linux/irq.h to make it compile again On Sparc and S390 the removal of irq.h from kernel_stat.h causes: kernel/softirq.c:774:9: error: 'NR_IRQS_LEGACY' undeclared Reported-by: Peter Zijlstra Signed-off-by: Thomas Gleixner --- diff --git a/kernel/softirq.c b/kernel/softirq.c index 490fcbb1dc5b..b50990a5bea0 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -25,6 +25,7 @@ #include #include #include +#include #define CREATE_TRACE_POINTS #include