From ff89c462dfe0df04f8938d513546896c2ddab525 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Wed, 7 Jan 2009 04:52:58 +0100 Subject: [PATCH] [ARM] 5360/1: Orion: fix compilation error Commit ba84be2338d3 broke the build. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- arch/arm/mach-orion5x/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-orion5x/pci.c b/arch/arm/mach-orion5x/pci.c index a7b7d77b1b0..d0a785a3b88 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" -- 2.11.4.GIT