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-Tag: v2.6.16-rc2~62 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f03f75873aebb2fb7fb592b6223b9a38bb7ad3;p=linux-2.6 [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 dc28daab8a..9046c3c64a 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;