diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-07-08 22:13:54 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-07-26 09:09:56 -0500 |
commit | fe5051754263e7198aa8f415b2e1298c126adb4e (patch) | |
tree | 7c50331d94c244d5f7df21a33c53c964aff2d0c4 /arch/arm/mach-versatile/include/mach/hardware.h | |
parent | 3c5d1699887bfcd17e6d9842ba7e2b3234e665db (diff) | |
download | op-kernel-dev-fe5051754263e7198aa8f415b2e1298c126adb4e.zip op-kernel-dev-fe5051754263e7198aa8f415b2e1298c126adb4e.tar.gz |
ARM: versatile: use fixed PCI i/o mapping
Move versatile PCI to fixed i/o mapping and remove io.h.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-versatile/include/mach/hardware.h')
-rw-r--r-- | arch/arm/mach-versatile/include/mach/hardware.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/include/mach/hardware.h b/arch/arm/mach-versatile/include/mach/hardware.h index 408e58d..3e5d425 100644 --- a/arch/arm/mach-versatile/include/mach/hardware.h +++ b/arch/arm/mach-versatile/include/mach/hardware.h @@ -29,7 +29,6 @@ */ #define VERSATILE_PCI_VIRT_BASE (void __iomem *)0xe8000000ul #define VERSATILE_PCI_CFG_VIRT_BASE (void __iomem *)0xe9000000ul -#define VERSATILE_PCI_VIRT_MEM_BASE0 (void __iomem *)PCIO_BASE /* macro to get at MMIO space when running virtually */ #define IO_ADDRESS(x) (((x) & 0x0fffffff) + (((x) >> 4) & 0x0f000000) + 0xf0000000) |