diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-09-14 13:25:34 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-09-15 23:06:03 +0200 |
commit | 59fcf48fdebe65e4774d2c7ec76b7845d281749a (patch) | |
tree | 1f0bdc1b97dae15b5f8d19262c725c6406084bc8 /arch | |
parent | Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... (diff) | |
download | linux-59fcf48fdebe65e4774d2c7ec76b7845d281749a.tar.xz 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')
-rw-r--r-- | arch/arm/common/vic.c | 1 |
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> |