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: v3.12-rc1~38566 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=230afb065bfe05887dd83a0fbb149dc2bff7d63e;p=kernel%2Fkernel-generic.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 e8659e7..476180f 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;