diff options
| author | eric miao <eric.y.miao@gmail.com> | 2010-08-02 11:15:40 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-08-05 05:35:49 -0400 |
| commit | 9b2a606d3898fcb2eedb6faded3bb37549590ac4 (patch) | |
| tree | 74dc13e62aa15abf58587d1c919fedb9f6a13fde | |
| parent | 0a4ca022eb6a05072312481d311730bf20660f3a (diff) | |
ARM: 6283/1: Remove useless PCIO_BASE definitions
Signed-off-by: Eric Miao <eric.miao@canonical.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-clps711x/include/mach/hardware.h | 7 | ||||
| -rw-r--r-- | arch/arm/mach-h720x/include/mach/hardware.h | 2 | ||||
| -rw-r--r-- | arch/arm/mach-integrator/include/mach/hardware.h | 1 | ||||
| -rw-r--r-- | arch/arm/mach-ixp23xx/include/mach/hardware.h | 1 | ||||
| -rw-r--r-- | arch/arm/mach-pxa/include/mach/hardware.h | 5 |
5 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/hardware.h b/arch/arm/mach-clps711x/include/mach/hardware.h index b3ebe9e4871f..d0b7d870be9c 100644 --- a/arch/arm/mach-clps711x/include/mach/hardware.h +++ b/arch/arm/mach-clps711x/include/mach/hardware.h | |||
| @@ -69,13 +69,6 @@ | |||
| 69 | #define SYSPLD_VIRT_BASE 0xfe000000 | 69 | #define SYSPLD_VIRT_BASE 0xfe000000 |
| 70 | #define SYSPLD_BASE SYSPLD_VIRT_BASE | 70 | #define SYSPLD_BASE SYSPLD_VIRT_BASE |
| 71 | 71 | ||
| 72 | #ifndef __ASSEMBLER__ | ||
| 73 | |||
| 74 | #define PCIO_BASE IO_BASE | ||
| 75 | |||
| 76 | #endif | ||
| 77 | |||
| 78 | |||
| 79 | #if defined (CONFIG_ARCH_AUTCPU12) | 72 | #if defined (CONFIG_ARCH_AUTCPU12) |
| 80 | 73 | ||
| 81 | #define CS89712_VIRT_BASE CLPS7111_VIRT_BASE | 74 | #define CS89712_VIRT_BASE CLPS7111_VIRT_BASE |
diff --git a/arch/arm/mach-h720x/include/mach/hardware.h b/arch/arm/mach-h720x/include/mach/hardware.h index 6c19156e2a42..c55a52c6541d 100644 --- a/arch/arm/mach-h720x/include/mach/hardware.h +++ b/arch/arm/mach-h720x/include/mach/hardware.h | |||
| @@ -182,8 +182,6 @@ | |||
| 182 | #define SERIAL_ENABLE_EN (1<<0) | 182 | #define SERIAL_ENABLE_EN (1<<0) |
| 183 | 183 | ||
| 184 | /* General defines to pacify gcc */ | 184 | /* General defines to pacify gcc */ |
| 185 | #define PCIO_BASE (0) /* for inb, outb and friends */ | ||
| 186 | #define PCIO_VIRT PCIO_BASE | ||
| 187 | 185 | ||
| 188 | #define __ASM_ARCH_HARDWARE_INCMACH_H | 186 | #define __ASM_ARCH_HARDWARE_INCMACH_H |
| 189 | #include "boards.h" | 187 | #include "boards.h" |
diff --git a/arch/arm/mach-integrator/include/mach/hardware.h b/arch/arm/mach-integrator/include/mach/hardware.h index 8e26360ce9a3..57f51ba11251 100644 --- a/arch/arm/mach-integrator/include/mach/hardware.h +++ b/arch/arm/mach-integrator/include/mach/hardware.h | |||
| @@ -32,7 +32,6 @@ | |||
| 32 | #define IO_SIZE 0x0B000000 // How much? | 32 | #define IO_SIZE 0x0B000000 // How much? |
| 33 | #define IO_START INTEGRATOR_HDR_BASE // PA of IO | 33 | #define IO_START INTEGRATOR_HDR_BASE // PA of IO |
| 34 | 34 | ||
| 35 | #define PCIO_BASE PCI_IO_VADDR | ||
| 36 | #define PCIMEM_BASE PCI_MEMORY_VADDR | 35 | #define PCIMEM_BASE PCI_MEMORY_VADDR |
| 37 | 36 | ||
| 38 | #define pcibios_assign_all_busses() 1 | 37 | #define pcibios_assign_all_busses() 1 |
diff --git a/arch/arm/mach-ixp23xx/include/mach/hardware.h b/arch/arm/mach-ixp23xx/include/mach/hardware.h index c3192009a886..57b508bfe280 100644 --- a/arch/arm/mach-ixp23xx/include/mach/hardware.h +++ b/arch/arm/mach-ixp23xx/include/mach/hardware.h | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #define __ASM_ARCH_HARDWARE_H | 15 | #define __ASM_ARCH_HARDWARE_H |
| 16 | 16 | ||
| 17 | /* PCI IO info */ | 17 | /* PCI IO info */ |
| 18 | #define PCIO_BASE IXP23XX_PCI_IO_VIRT | ||
| 19 | #define PCIBIOS_MIN_IO 0x00000000 | 18 | #define PCIBIOS_MIN_IO 0x00000000 |
| 20 | #define PCIBIOS_MIN_MEM 0xe0000000 | 19 | #define PCIBIOS_MIN_MEM 0xe0000000 |
| 21 | 20 | ||
diff --git a/arch/arm/mach-pxa/include/mach/hardware.h b/arch/arm/mach-pxa/include/mach/hardware.h index 3d8d8cb09685..7f64d24cd564 100644 --- a/arch/arm/mach-pxa/include/mach/hardware.h +++ b/arch/arm/mach-pxa/include/mach/hardware.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | #define __ASM_ARCH_HARDWARE_H | 14 | #define __ASM_ARCH_HARDWARE_H |
| 15 | 15 | ||
| 16 | /* | 16 | /* |
| 17 | * We requires absolute addresses. | ||
| 18 | */ | ||
| 19 | #define PCIO_BASE 0 | ||
| 20 | |||
| 21 | /* | ||
| 22 | * Workarounds for at least 2 errata so far require this. | 17 | * Workarounds for at least 2 errata so far require this. |
| 23 | * The mapping is set in mach-pxa/generic.c. | 18 | * The mapping is set in mach-pxa/generic.c. |
| 24 | */ | 19 | */ |
