aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu
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/asm-m68knommu
parent[PATCH] m68knommu: need pm_power_off in m68knommu (diff)
downloadlinux-dev-230afb065bfe05887dd83a0fbb149dc2bff7d63e.tar.xz
linux-dev-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')
-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;