projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d9827
)
sh64: Fix irq_intc build failure.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 31 Jul 2007 04:07:37 +0000
(13:07 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh64/kernel/irq_intc.c
b/arch/sh64/kernel/irq_intc.c
index 42c07d2e71d932cce95538fb1edae1cd30e8b035..3b63a93198f24fd8919a88d974818c96c645de74 100644
(file)
--- 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>