浏览代码

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>
Linus Walleij 14 年之前
父节点
当前提交
ac9cf9ff4f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/mach-sa1100/pci-nanoengine.c

+ 1 - 0
arch/arm/mach-sa1100/pci-nanoengine.c

@@ -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);