]> Git Repo - linux.git/commitdiff
mach-sa1100: fix PCI build problem
authorLinus Walleij <[email protected]>
Fri, 5 Aug 2011 10:24:44 +0000 (12:24 +0200)
committerArnd Bergmann <[email protected]>
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 <[email protected]>
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);
 
This page took 0.044521 seconds and 4 git commands to generate.