瀏覽代碼

[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>
Greg Ungerer 19 年之前
父節點
當前提交
230afb065b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/asm-m68knommu/hardirq.h

+ 1 - 0
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;