projects
/
platform
/
kernel
/
linux-arm64.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
|
history
diff --git
a/drivers/irqchip/irq-vic.c
b/drivers/irqchip/irq-vic.c
index
e38cb00
..
884d11c
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>