summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt2009-01-07 09:45:02 +0100
committerPaul Mundt2009-01-21 09:42:58 +0100
commit10f0fc17f54527520959298f947c9b9e80643f84 (patch)
treed2814a8e0079e5f9b4f1aea9dc88a7232a478806 /arch/sh
parentsh: Drop the BKL from sys_execve() on SH-5. (diff)
downloadkernel-qcow2-linux-10f0fc17f54527520959298f947c9b9e80643f84.tar.gz
kernel-qcow2-linux-10f0fc17f54527520959298f947c9b9e80643f84.tar.xz
kernel-qcow2-linux-10f0fc17f54527520959298f947c9b9e80643f84.zip
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>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/mach-x3proto/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-x3proto/setup.c b/arch/sh/boards/mach-x3proto/setup.c
index a70d23b21788..a340492087fa 100644
--- a/arch/sh/boards/mach-x3proto/setup.c
+++ b/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[] = {