From: Linus Walleij Date: Mon, 14 Sep 2009 11:25:34 +0000 (+0100) Subject: ARM: 5696/1: Include device.h in VIC driver X-Git-Tag: v2.6.32-rc1~49^2~1^2~17 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=59fcf48fdebe65e4774d2c7ec76b7845d281749a 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 Signed-off-by: Russell King --- diff --git a/arch/arm/common/vic.c b/arch/arm/common/vic.c index 920ced0..f232941 100644 --- a/arch/arm/common/vic.c +++ b/arch/arm/common/vic.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include