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-Url: http://drtracing.org/?a=commitdiff_plain;h=a10b188f195d00116f56f0049d8b17c711641fb7;p=deliverable%2Flinux.git [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 820603919c45..83feac3147a6 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"