From: Linus Walleij Date: Fri, 5 Aug 2011 10:24:44 +0000 (+0200) Subject: mach-sa1100: fix PCI build problem X-Git-Tag: v3.1-rc2~18^2~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ac9cf9ff4f4ffa355d0e93c2bd6d74961a16efad;p=~emulex%2Finfiniband.git mach-sa1100: fix PCI build problem The PCI nanoengine driver in the SA1100 machine probably has not been building for some time. It probably dragged hardware.h in implicitly and now it doesn't anymore. After this an SA1100 build selecting all system variants will build successfully. Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-sa1100/pci-nanoengine.c b/arch/arm/mach-sa1100/pci-nanoengine.c index 964c6c3cd7a..dd39fee5954 100644 --- a/arch/arm/mach-sa1100/pci-nanoengine.c +++ b/arch/arm/mach-sa1100/pci-nanoengine.c @@ -28,6 +28,7 @@ #include #include +#include static DEFINE_SPINLOCK(nano_lock);