diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-13 21:26:24 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-26 13:49:07 +0100 |
commit | 1b1ef755bd910106fef15bd55386b60e88d73e16 (patch) | |
tree | 38bd3cf8da91010126a255ab23f49104df883fc4 /arch/arm/mach-integrator/pci_v3.c | |
parent | f8487aa85b0f3c092bb3c1f27972b445a1944048 (diff) | |
download | blackbird-op-linux-1b1ef755bd910106fef15bd55386b60e88d73e16.tar.gz blackbird-op-linux-1b1ef755bd910106fef15bd55386b60e88d73e16.zip |
ARM: integrator: localize the hardware.h header
As we move toward multiplatform support for the Integrator family
we need to localize all <mach/*> headers. This moves the hardware.h
header down to the machine folder. There are no users outside the
machine in the kernel.
Cc: Will Deacon <will.deacon@arm.com>
Cc: Jonathan Austin <jonathan.austin@arm.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/pci_v3.c')
-rw-r--r-- | arch/arm/mach-integrator/pci_v3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-integrator/pci_v3.c b/arch/arm/mach-integrator/pci_v3.c index 27d88afc4e2a..05e1f73a1e8d 100644 --- a/arch/arm/mach-integrator/pci_v3.c +++ b/arch/arm/mach-integrator/pci_v3.c @@ -34,14 +34,13 @@ #include <linux/of_pci.h> #include <video/vga.h> -#include <mach/hardware.h> - #include <asm/mach/map.h> #include <asm/signal.h> #include <asm/mach/pci.h> #include <asm/irq_regs.h> #include "pci_v3.h" +#include "hardware.h" /* * Where in the memory map does PCI live? |