sh64: Fix irq_intc build failure.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 31 Jul 2007 04:07:37 +0000 (13:07 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 31 Jul 2007 04:07:37 +0000 (13:07 +0900)
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>
arch/sh64/kernel/irq_intc.c

index 42c07d2..3b63a93 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <linux/init.h>
+#include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/kernel.h>
 #include <linux/stddef.h>