diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-09-29 13:18:29 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-11-18 13:51:18 -0500 |
commit | 38bd7493aa37d72bfa57dfd4e7e34ae6ade2697c (patch) | |
tree | 56d211e184a5a6af5f0cc4bec1c889c3ee0722f9 /arch/arm/mach-versatile | |
parent | a55eaacb18e61f40e2c2e468d22b192a1e0d2641 (diff) | |
download | linux-3.10-38bd7493aa37d72bfa57dfd4e7e34ae6ade2697c.tar.gz linux-3.10-38bd7493aa37d72bfa57dfd4e7e34ae6ade2697c.tar.bz2 linux-3.10-38bd7493aa37d72bfa57dfd4e7e34ae6ade2697c.zip |
ARM: versatile: remove overlapping map_desc entry
The map_desc for VERSATILE_GPIO0_BASE overlaps with VERSATILE_SCTL_BASE.
The overlapping entry can be removed.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-versatile')
-rw-r--r-- | arch/arm/mach-versatile/core.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-versatile/core.c b/arch/arm/mach-versatile/core.c index e340a54251d..4d8dfc15f3e 100644 --- a/arch/arm/mach-versatile/core.c +++ b/arch/arm/mach-versatile/core.c @@ -141,11 +141,6 @@ static struct map_desc versatile_io_desc[] __initdata = { }, #ifdef CONFIG_MACH_VERSATILE_AB { - .virtual = IO_ADDRESS(VERSATILE_GPIO0_BASE), - .pfn = __phys_to_pfn(VERSATILE_GPIO0_BASE), - .length = SZ_4K, - .type = MT_DEVICE - }, { .virtual = IO_ADDRESS(VERSATILE_IB2_BASE), .pfn = __phys_to_pfn(VERSATILE_IB2_BASE), .length = SZ_64M, |