mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
322a8b0340
commit
ac9cf9ff4f
@ -28,6 +28,7 @@
|
||||
#include <asm/mach-types.h>
|
||||
|
||||
#include <mach/nanoengine.h>
|
||||
#include <mach/hardware.h>
|
||||
|
||||
static DEFINE_SPINLOCK(nano_lock);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user