From: Sylver Bruneau Date: Wed, 25 Jun 2008 21:41:09 +0000 (+0200) Subject: [ARM] Orion: fix for tsx09-common.c compilation problem X-Git-Tag: v2.6.27-rc1~850^2~2^8~11 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a10b188f195d00116f56f0049d8b17c711641fb7;p=linux-2.6 [ARM] Orion: fix for tsx09-common.c compilation problem In some cases, compilation of the tsx09 common file was failing due to an incomplete list of includes. Signed-off-by: Sylver Bruneau Signed-off-by: Lennert Buytenhek --- diff --git a/arch/arm/mach-orion5x/tsx09-common.c b/arch/arm/mach-orion5x/tsx09-common.c index 820603919c..83feac3147 100644 --- a/arch/arm/mach-orion5x/tsx09-common.c +++ b/arch/arm/mach-orion5x/tsx09-common.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include "tsx09-common.h"