projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9df9e2
)
m68k: amiga: Add linux/irq.h to make it compile again
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 19 Mar 2014 10:17:40 +0000
(11:17 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 19 Mar 2014 10:28:14 +0000
(11:28 +0100)
The removal of linux/irq.h from kernel_stat.h causes
arch/m68k/amiga/cia.c:171: error: 'handle_simple_irq' undeclared
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/m68k/amiga/cia.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/amiga/cia.c
b/arch/m68k/amiga/cia.c
index 18c0e29976e37475cf822b5b11d9bf32437791eb..2081b8cd5591c6d77385de8594e737c9d421f7be 100644
(file)
--- a/
arch/m68k/amiga/cia.c
+++ b/
arch/m68k/amiga/cia.c
@@
-18,6
+18,7
@@
#include <linux/init.h>
#include <linux/seq_file.h>
#include <linux/interrupt.h>
+#include <linux/irq.h>
#include <asm/irq.h>
#include <asm/amigahw.h>