projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322a8b0
)
mach-sa1100: fix PCI build problem
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 5 Aug 2011 10:24:44 +0000
(12:24 +0200)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sa1100/pci-nanoengine.c
b/arch/arm/mach-sa1100/pci-nanoengine.c
index
964c6c3
..
dd39fee
100644
(file)
--- a/
arch/arm/mach-sa1100/pci-nanoengine.c
+++ b/
arch/arm/mach-sa1100/pci-nanoengine.c
@@
-28,6
+28,7
@@
#include <asm/mach-types.h>
#include <mach/nanoengine.h>
+#include <mach/hardware.h>
static DEFINE_SPINLOCK(nano_lock);