diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-10-12 22:38:56 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-12-16 01:31:15 -0500 |
commit | ead67b6e6679b14befb0cef59db60e2853e19cd8 (patch) | |
tree | 495f93b8a7d9acc3d347e7b918641f28cc5fe7cb | |
parent | b0c3844d8af6b9f3f18f31e1b0502fbefa2166be (diff) |
ARM: pxa: remove un-used mapping of camera registers
The camera registers start and range are encoded into the platform
device, and are actually handled by ioremap()'ed, thus the mapping
in pxa_map_io() is not necessary.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
-rw-r--r-- | arch/arm/mach-pxa/generic.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c index 6451e9c3a93f..69a89fe4ce8d 100644 --- a/arch/arm/mach-pxa/generic.c +++ b/arch/arm/mach-pxa/generic.c | |||
@@ -102,11 +102,6 @@ static struct map_desc standard_io_desc[] __initdata = { | |||
102 | .pfn = __phys_to_pfn(0x48000000), | 102 | .pfn = __phys_to_pfn(0x48000000), |
103 | .length = 0x00200000, | 103 | .length = 0x00200000, |
104 | .type = MT_DEVICE | 104 | .type = MT_DEVICE |
105 | }, { /* Camera */ | ||
106 | .virtual = 0xfa000000, | ||
107 | .pfn = __phys_to_pfn(0x50000000), | ||
108 | .length = 0x00100000, | ||
109 | .type = MT_DEVICE | ||
110 | }, { /* IMem ctl */ | 105 | }, { /* IMem ctl */ |
111 | .virtual = 0xfe000000, | 106 | .virtual = 0xfe000000, |
112 | .pfn = __phys_to_pfn(0x58000000), | 107 | .pfn = __phys_to_pfn(0x58000000), |