[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 e8659e739a648e57f52d28d4eb15fa4087b84047..476180f4cba2b6518479b74ebbbbb1647a7f7376 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;