Skip to content

Commit

Permalink
mach-sa1100: fix PCI build problem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Arnd Bergmann committed Aug 10, 2011
1 parent 322a8b0 commit ac9cf9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-sa1100/pci-nanoengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <asm/mach-types.h>

#include <mach/nanoengine.h>
#include <mach/hardware.h>

static DEFINE_SPINLOCK(nano_lock);

Expand Down

0 comments on commit ac9cf9f

Please sign in to comment.