aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2006-02-08 09:19:17 +1000
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-07 16:16:54 -0800
commit230afb065bfe05887dd83a0fbb149dc2bff7d63e (patch)
treebfda231ac9d6252f616471fb97530f9d1e07a7e7 /include
parent10c1f71caa7801fde7dcb103eda90117c6c9bb04 (diff)
downloadlinux-230afb065bfe05887dd83a0fbb149dc2bff7d63e.tar.gz
[PATCH] m68knommu: hardirq.h needs definition of NR_IRQS
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>
Diffstat (limited to 'include')
-rw-r--r--include/asm-m68knommu/hardirq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68knommu/hardirq.h b/include/asm-m68knommu/hardirq.h
index e8659e739a648e..476180f4cba2b6 100644
--- a/include/asm-m68knommu/hardirq.h
+++ b/include/asm-m68knommu/hardirq.h
@@ -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;