diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-12-17 14:50:55 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-17 18:37:57 -0500 |
commit | 58d19d6ea608077e83c30e58ae1494246b1f6b82 (patch) | |
tree | 0eb48b7f7e355dd2ddcb7d843d95cc287d79e7b0 /arch/arm | |
parent | 3e940b6a90c346a224c97570a97a150a16f1c036 (diff) |
[ARM] 4045/1: S3C24XX: remove old VA for non-shared areas
Remove old (and non-shared) VA addresses from the mappings
in arch/arm/mach-s3c2410/map.h and anywhere they are being
mapped in arch/arm/mach-s3c2410
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2410/s3c2410.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/s3c2412.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/s3c244x.c | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c2410/s3c2410.c b/arch/arm/mach-s3c2410/s3c2410.c index 183e4033ce61..1e5c504754d5 100644 --- a/arch/arm/mach-s3c2410/s3c2410.c +++ b/arch/arm/mach-s3c2410/s3c2410.c | |||
@@ -38,11 +38,9 @@ | |||
38 | /* Initial IO mappings */ | 38 | /* Initial IO mappings */ |
39 | 39 | ||
40 | static struct map_desc s3c2410_iodesc[] __initdata = { | 40 | static struct map_desc s3c2410_iodesc[] __initdata = { |
41 | IODESC_ENT(USBHOST), | ||
42 | IODESC_ENT(CLKPWR), | 41 | IODESC_ENT(CLKPWR), |
43 | IODESC_ENT(LCD), | 42 | IODESC_ENT(LCD), |
44 | IODESC_ENT(TIMER), | 43 | IODESC_ENT(TIMER), |
45 | IODESC_ENT(ADC), | ||
46 | IODESC_ENT(WATCHDOG), | 44 | IODESC_ENT(WATCHDOG), |
47 | }; | 45 | }; |
48 | 46 | ||
diff --git a/arch/arm/mach-s3c2410/s3c2412.c b/arch/arm/mach-s3c2410/s3c2412.c index e76431c41461..a8cc8f8f77c0 100644 --- a/arch/arm/mach-s3c2410/s3c2412.c +++ b/arch/arm/mach-s3c2410/s3c2412.c | |||
@@ -60,7 +60,6 @@ static struct map_desc s3c2412_iodesc[] __initdata = { | |||
60 | IODESC_ENT(CLKPWR), | 60 | IODESC_ENT(CLKPWR), |
61 | IODESC_ENT(LCD), | 61 | IODESC_ENT(LCD), |
62 | IODESC_ENT(TIMER), | 62 | IODESC_ENT(TIMER), |
63 | IODESC_ENT(ADC), | ||
64 | IODESC_ENT(WATCHDOG), | 63 | IODESC_ENT(WATCHDOG), |
65 | }; | 64 | }; |
66 | 65 | ||
diff --git a/arch/arm/mach-s3c2410/s3c244x.c b/arch/arm/mach-s3c2410/s3c244x.c index 9a2258270de9..ffc0b21f9996 100644 --- a/arch/arm/mach-s3c2410/s3c244x.c +++ b/arch/arm/mach-s3c2410/s3c244x.c | |||
@@ -47,8 +47,6 @@ static struct map_desc s3c244x_iodesc[] __initdata = { | |||
47 | IODESC_ENT(TIMER), | 47 | IODESC_ENT(TIMER), |
48 | IODESC_ENT(WATCHDOG), | 48 | IODESC_ENT(WATCHDOG), |
49 | IODESC_ENT(LCD), | 49 | IODESC_ENT(LCD), |
50 | IODESC_ENT(ADC), | ||
51 | IODESC_ENT(USBHOST), | ||
52 | }; | 50 | }; |
53 | 51 | ||
54 | /* uart initialisation */ | 52 | /* uart initialisation */ |