diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/common.c')
-rw-r--r-- | arch/arm/mach-kirkwood/common.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-kirkwood/common.c b/arch/arm/mach-kirkwood/common.c index f261cd242643..55e4d7937964 100644 --- a/arch/arm/mach-kirkwood/common.c +++ b/arch/arm/mach-kirkwood/common.c | |||
@@ -41,16 +41,6 @@ | |||
41 | ****************************************************************************/ | 41 | ****************************************************************************/ |
42 | static struct map_desc kirkwood_io_desc[] __initdata = { | 42 | static struct map_desc kirkwood_io_desc[] __initdata = { |
43 | { | 43 | { |
44 | .virtual = KIRKWOOD_PCIE_IO_VIRT_BASE, | ||
45 | .pfn = __phys_to_pfn(KIRKWOOD_PCIE_IO_PHYS_BASE), | ||
46 | .length = KIRKWOOD_PCIE_IO_SIZE, | ||
47 | .type = MT_DEVICE, | ||
48 | }, { | ||
49 | .virtual = KIRKWOOD_PCIE1_IO_VIRT_BASE, | ||
50 | .pfn = __phys_to_pfn(KIRKWOOD_PCIE1_IO_PHYS_BASE), | ||
51 | .length = KIRKWOOD_PCIE1_IO_SIZE, | ||
52 | .type = MT_DEVICE, | ||
53 | }, { | ||
54 | .virtual = KIRKWOOD_REGS_VIRT_BASE, | 44 | .virtual = KIRKWOOD_REGS_VIRT_BASE, |
55 | .pfn = __phys_to_pfn(KIRKWOOD_REGS_PHYS_BASE), | 45 | .pfn = __phys_to_pfn(KIRKWOOD_REGS_PHYS_BASE), |
56 | .length = KIRKWOOD_REGS_SIZE, | 46 | .length = KIRKWOOD_REGS_SIZE, |