diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-29 06:23:33 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-09 10:34:18 -0500 |
commit | fbae0f8912dc12b284433c05417ea76311205bbf (patch) | |
tree | 8f5d97671ed67caa201866c906ff71f91325b6c9 /arch | |
parent | f942b0fd6c81416bb8d52bc26a76a58c02d87bc2 (diff) |
ARM: sa11x0: neponset: don't static map neponset registers
Now that we ioremap() the neponset register space, there's no need
to static map the neponset registers. Get rid of this static mapping.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-sa1100/neponset.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-sa1100/neponset.c b/arch/arm/mach-sa1100/neponset.c index 3c0d4b837adb..7ffa631eede4 100644 --- a/arch/arm/mach-sa1100/neponset.c +++ b/arch/arm/mach-sa1100/neponset.c | |||
@@ -434,12 +434,7 @@ static int __init neponset_init(void) | |||
434 | subsys_initcall(neponset_init); | 434 | subsys_initcall(neponset_init); |
435 | 435 | ||
436 | static struct map_desc neponset_io_desc[] __initdata = { | 436 | static struct map_desc neponset_io_desc[] __initdata = { |
437 | { /* System Registers */ | 437 | { /* SA-1111 */ |
438 | .virtual = 0xf3000000, | ||
439 | .pfn = __phys_to_pfn(0x10000000), | ||
440 | .length = SZ_1M, | ||
441 | .type = MT_DEVICE | ||
442 | }, { /* SA-1111 */ | ||
443 | .virtual = 0xf4000000, | 438 | .virtual = 0xf4000000, |
444 | .pfn = __phys_to_pfn(0x40000000), | 439 | .pfn = __phys_to_pfn(0x40000000), |
445 | .length = SZ_1M, | 440 | .length = SZ_1M, |