diff options
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/badge4.c | 5 | ||||
-rw-r--r-- | arch/arm/mach-sa1100/jornada720.c | 5 | ||||
-rw-r--r-- | arch/arm/mach-sa1100/neponset.c | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-sa1100/badge4.c b/arch/arm/mach-sa1100/badge4.c index 8fb80f02c2a9..645ffa1ddc7c 100644 --- a/arch/arm/mach-sa1100/badge4.c +++ b/arch/arm/mach-sa1100/badge4.c | |||
@@ -285,11 +285,6 @@ static struct map_desc badge4_io_desc[] __initdata = { | |||
285 | .pfn = __phys_to_pfn(0x10000000), | 285 | .pfn = __phys_to_pfn(0x10000000), |
286 | .length = 0x00100000, | 286 | .length = 0x00100000, |
287 | .type = MT_DEVICE | 287 | .type = MT_DEVICE |
288 | }, { /* SA-1111 */ | ||
289 | .virtual = 0xf4000000, | ||
290 | .pfn = __phys_to_pfn(0x48000000), | ||
291 | .length = 0x00100000, | ||
292 | .type = MT_DEVICE | ||
293 | } | 288 | } |
294 | }; | 289 | }; |
295 | 290 | ||
diff --git a/arch/arm/mach-sa1100/jornada720.c b/arch/arm/mach-sa1100/jornada720.c index dcd6d026aa68..5d2ceb40dac9 100644 --- a/arch/arm/mach-sa1100/jornada720.c +++ b/arch/arm/mach-sa1100/jornada720.c | |||
@@ -285,11 +285,6 @@ static struct map_desc jornada720_io_desc[] __initdata = { | |||
285 | .pfn = __phys_to_pfn(EPSONFBSTART), | 285 | .pfn = __phys_to_pfn(EPSONFBSTART), |
286 | .length = EPSONFBLEN, | 286 | .length = EPSONFBLEN, |
287 | .type = MT_DEVICE | 287 | .type = MT_DEVICE |
288 | }, { /* SA-1111 */ | ||
289 | .virtual = 0xf4000000, | ||
290 | .pfn = __phys_to_pfn(SA1111REGSTART), | ||
291 | .length = SA1111REGLEN, | ||
292 | .type = MT_DEVICE | ||
293 | } | 288 | } |
294 | }; | 289 | }; |
295 | 290 | ||
diff --git a/arch/arm/mach-sa1100/neponset.c b/arch/arm/mach-sa1100/neponset.c index b40a7192f09f..290afedde749 100644 --- a/arch/arm/mach-sa1100/neponset.c +++ b/arch/arm/mach-sa1100/neponset.c | |||
@@ -333,11 +333,6 @@ static struct map_desc neponset_io_desc[] __initdata = { | |||
333 | .pfn = __phys_to_pfn(0x10000000), | 333 | .pfn = __phys_to_pfn(0x10000000), |
334 | .length = SZ_1M, | 334 | .length = SZ_1M, |
335 | .type = MT_DEVICE | 335 | .type = MT_DEVICE |
336 | }, { /* SA-1111 */ | ||
337 | .virtual = 0xf4000000, | ||
338 | .pfn = __phys_to_pfn(0x40000000), | ||
339 | .length = SZ_1M, | ||
340 | .type = MT_DEVICE | ||
341 | } | 336 | } |
342 | }; | 337 | }; |
343 | 338 | ||