From: Nicolas Pitre Date: Wed, 7 Jan 2009 03:52:58 +0000 (+0100) Subject: [ARM] 5360/1: Orion: fix compilation error X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff89c462dfe0df04f8938d513546896c2ddab525;p=linux-beck.git [ARM] 5360/1: Orion: fix compilation error Commit ba84be2338d3 broke the build. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- diff --git a/arch/arm/mach-orion5x/pci.c b/arch/arm/mach-orion5x/pci.c index a7b7d77b1b09..d0a785a3b880 100644 --- a/arch/arm/mach-orion5x/pci.c +++ b/arch/arm/mach-orion5x/pci.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include "common.h"