projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c011470
)
irqchip: vic: add include of linux/irq.h
author
Olof Johansson
<olof@lixom.net>
Tue, 2 Apr 2013 22:07:37 +0000
(15:07 -0700)
committer
Olof Johansson
<olof@lixom.net>
Tue, 2 Apr 2013 22:09:47 +0000
(15:09 -0700)
With the include of <asm/mach/irq.h> removed, the implicit include of
linux/irq.h also disappeared. Add it back.
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/irqchip/irq-vic.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/irqchip/irq-vic.c
b/drivers/irqchip/irq-vic.c
index e38cb00ee784c151445e8d4a9620ecdb56d19e58..884d11c7355fb5d5cc0636c25b06e1ba1b856ef5 100644
(file)
--- a/
drivers/irqchip/irq-vic.c
+++ b/
drivers/irqchip/irq-vic.c
@@
-23,6
+23,7
@@
#include <linux/init.h>
#include <linux/list.h>
#include <linux/io.h>
+#include <linux/irq.h>
#include <linux/irqdomain.h>
#include <linux/of.h>
#include <linux/of_address.h>