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: http://pilppa.com/gitweb/?a=commitdiff_plain;h=19f03f75873aebb2fb7fb592b6223b9a38bb7ad3;p=linux-2.6-omap-h63xx.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 dc28daab8aa..9046c3c64a4 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;