summaryrefslogtreecommitdiffstats
path: root/arch/arm/common/vic.c
diff options
context:
space:
mode:
authorLinus Walleij2009-09-14 13:25:34 +0200
committerRussell King2009-09-15 23:06:03 +0200
commit59fcf48fdebe65e4774d2c7ec76b7845d281749a (patch)
tree1f0bdc1b97dae15b5f8d19262c725c6406084bc8 /arch/arm/common/vic.c
parentMerge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... (diff)
downloadkernel-qcow2-linux-59fcf48fdebe65e4774d2c7ec76b7845d281749a.tar.gz
kernel-qcow2-linux-59fcf48fdebe65e4774d2c7ec76b7845d281749a.tar.xz
kernel-qcow2-linux-59fcf48fdebe65e4774d2c7ec76b7845d281749a.zip
ARM: 5696/1: Include device.h in VIC driver
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>
Diffstat (limited to 'arch/arm/common/vic.c')
-rw-r--r--arch/arm/common/vic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/common/vic.c b/arch/arm/common/vic.c
index 920ced0b73c5..f232941de8ab 100644
--- 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>