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-Tag: v2.6.16-rc3~102 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=230afb065bfe05887dd83a0fbb149dc2bff7d63e;p=linux-2.6 [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 e8659e739a..476180f4cb 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;