mach-sa1100: fix PCI build problem
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 5 Aug 2011 10:24:44 +0000 (12:24 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 10 Aug 2011 16:00:48 +0000 (16:00 +0000)
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 <linus.walleij@linaro.org>
arch/arm/mach-sa1100/pci-nanoengine.c

index 964c6c3cd7a668285b53a3ebcc7eed15bce2bf91..dd39fee59549784aff6a7341966ad192f8904a09 100644 (file)
@@ -28,6 +28,7 @@
 #include <asm/mach-types.h>
 
 #include <mach/nanoengine.h>
+#include <mach/hardware.h>
 
 static DEFINE_SPINLOCK(nano_lock);