ソースを参照

sh: mach-x3proto: needs linux/irq.h.

Since commit ba84be2338d3a2b6020d39279335bb06fcd332e1
("remove linux/hardirq.h from asm-generic/local.h"), the asm/irq.h
definitions that mach-x3proto/setup.c depends on are no longer available,
causing the build to die. So, include linux/irq.h explicitly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 年 前
コミット
10f0fc17f5
1 ファイル変更1 行追加0 行削除
  1. 1 0
      arch/sh/boards/mach-x3proto/setup.c

+ 1 - 0
arch/sh/boards/mach-x3proto/setup.c

@@ -14,6 +14,7 @@
 #include <linux/kernel.h>
 #include <linux/io.h>
 #include <linux/smc91x.h>
+#include <linux/irq.h>
 #include <asm/ilsel.h>
 
 static struct resource heartbeat_resources[] = {