From: Greg Ungerer Date: Tue, 7 Feb 2006 23:19:17 +0000 (+1000) Subject: [PATCH] m68knommu: hardirq.h needs definition of NR_IRQS X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=230afb065bfe05887dd83a0fbb149dc2bff7d63e;p=deliverable%2Flinux.git [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 Signed-off-by: Linus Torvalds --- 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 #include #include +#include typedef struct { unsigned int __softirq_pending;