[PATCH] m68knommu: hardirq.h needs definition of NR_IRQS
authorGreg Ungerer <gerg@snapgear.com>
Tue, 7 Feb 2006 23:19:17 +0000 (09:19 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Feb 2006 00:16:54 +0000 (16:16 -0800)
Need to include the local asm/irq.h to get the NR_IRQS definition.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68knommu/hardirq.h

index e8659e7..476180f 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;