From: Alexey Dobriyan Date: Wed, 1 Feb 2006 11:06:16 +0000 (-0800) Subject: [PATCH] arm26: fix warnings about NR_IRQS being not defined X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=19f03f75873aebb2fb7fb592b6223b9a38bb7ad3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [PATCH] arm26: fix warnings about NR_IRQS being not defined Signed-off-by: Alexey Dobriyan Acked-by: Ian Molton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-arm26/hardirq.h b/include/asm-arm26/hardirq.h index dc28daab8aa8..9046c3c64a43 100644 --- a/include/asm-arm26/hardirq.h +++ b/include/asm-arm26/hardirq.h @@ -4,6 +4,7 @@ #include #include #include +#include typedef struct { unsigned int __softirq_pending;