Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac9cf9ff authored by Linus Walleij's avatar Linus Walleij Committed by Arnd Bergmann
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 322a8b03
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -28,6 +28,7 @@
#include <asm/mach-types.h>
#include <asm/mach-types.h>


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


static DEFINE_SPINLOCK(nano_lock);
static DEFINE_SPINLOCK(nano_lock);