aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-31 13:07:37 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-07-31 13:07:37 +0900
commitda9d5108f43d63f09b0328a4211f5f404ea05ab0 (patch)
tree6b59b412bbf290d8423fddd64d248a8a8f6a3ee3 /arch/sh64
parentsh64: Fix fs.h removal from mm.h regressions. (diff)
downloadlinux-dev-da9d5108f43d63f09b0328a4211f5f404ea05ab0.tar.xz
linux-dev-da9d5108f43d63f09b0328a4211f5f404ea05ab0.zip
sh64: Fix irq_intc build failure.
Needs interrupt.h: CC arch/sh64/kernel/irq_intc.o arch/sh64/kernel/irq_intc.c: In function 'make_intc_irq': arch/sh64/kernel/irq_intc.c:179: error: implicit declaration of function 'disable_irq_nosync' make[1]: *** [arch/sh64/kernel/irq_intc.o] Error 1 Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64')
-rw-r--r--arch/sh64/kernel/irq_intc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/kernel/irq_intc.c b/arch/sh64/kernel/irq_intc.c
index 42c07d2e71d9..3b63a93198f2 100644
--- a/arch/sh64/kernel/irq_intc.c
+++ b/arch/sh64/kernel/irq_intc.c
@@ -16,6 +16,7 @@
*/
#include <linux/init.h>
+#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/kernel.h>
#include <linux/stddef.h>