diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-02-08 09:19:17 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-07 16:16:54 -0800 |
commit | 230afb065bfe05887dd83a0fbb149dc2bff7d63e (patch) | |
tree | bfda231ac9d6252f616471fb97530f9d1e07a7e7 /include/asm-m68knommu/hardirq.h | |
parent | 10c1f71caa7801fde7dcb103eda90117c6c9bb04 (diff) |
[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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68knommu/hardirq.h b/include/asm-m68knommu/hardirq.h index e8659e739a6..476180f4cba 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; |