projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1824090
)
ARM: 5696/1: Include device.h in VIC driver
author
Linus Walleij
<linus.walleij@stericsson.com>
Mon, 14 Sep 2009 11:25:34 +0000
(12:25 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 15 Sep 2009 21:06:03 +0000
(22:06 +0100)
Currently build with the next head fails on archs using PL190
VIC because when we include amba/bus.h we need to include
device.h first.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/vic.c
patch
|
blob
|
history
diff --git
a/arch/arm/common/vic.c
b/arch/arm/common/vic.c
index 920ced0b73c5b3fc042d398e2ef0b0b3b03067fa..f232941de8abc4c56e9074d3f83ebbe672907be3 100644
(file)
--- a/
arch/arm/common/vic.c
+++ b/
arch/arm/common/vic.c
@@
-22,6
+22,7
@@
#include <linux/list.h>
#include <linux/io.h>
#include <linux/sysdev.h>
+#include <linux/device.h>
#include <linux/amba/bus.h>
#include <asm/mach/irq.h>