[PATCH] arm26: fix warnings about NR_IRQS being not defined
authorAlexey Dobriyan <[email protected]>
Wed, 1 Feb 2006 11:06:16 +0000 (03:06 -0800)
committerLinus Torvalds <[email protected]>
Wed, 1 Feb 2006 16:53:21 +0000 (08:53 -0800)
Signed-off-by: Alexey Dobriyan <[email protected]>
Acked-by: Ian Molton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-arm26/hardirq.h

index dc28daab8aa8d7786fa619facc0116480c33858e..9046c3c64a4325b55c7da30ffb231c5a311c788f 100644 (file)
@@ -4,6 +4,7 @@
 #include <linux/config.h>
 #include <linux/cache.h>
 #include <linux/threads.h>
+#include <asm/irq.h>
 
 typedef struct {
        unsigned int __softirq_pending;