From 59fcf48fdebe65e4774d2c7ec76b7845d281749a Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 14 Sep 2009 12:25:34 +0100 Subject: [PATCH] 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 --- arch/arm/common/vic.c | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.2.3