summaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/hardirq.h
diff options
context:
space:
mode:
authorGreg Ungerer2006-02-08 00:19:17 +0100
committerLinus Torvalds2006-02-08 01:16:54 +0100
commit230afb065bfe05887dd83a0fbb149dc2bff7d63e (patch)
treebfda231ac9d6252f616471fb97530f9d1e07a7e7 /include/asm-m68knommu/hardirq.h
parent[PATCH] m68knommu: need pm_power_off in m68knommu (diff)
downloadkernel-qcow2-linux-230afb065bfe05887dd83a0fbb149dc2bff7d63e.tar.gz
kernel-qcow2-linux-230afb065bfe05887dd83a0fbb149dc2bff7d63e.tar.xz
kernel-qcow2-linux-230afb065bfe05887dd83a0fbb149dc2bff7d63e.zip
[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/asm-m68knommu/hardirq.h')
-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 e8659e739a64..476180f4cba2 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;