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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=59fcf48fdebe65e4774d2c7ec76b7845d281749a;p=linux-beck.git 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 920ced0b73c5..f232941de8ab 100644 --- a/arch/arm/common/vic.c +++ b/arch/arm/common/vic.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include