From a10b188f195d00116f56f0049d8b17c711641fb7 Mon Sep 17 00:00:00 2001 From: Sylver Bruneau Date: Wed, 25 Jun 2008 23:41:09 +0200 Subject: [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 8206039..83feac3 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" -- cgit v0.10.2