aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2007-07-22 16:20:04 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-07-22 16:44:42 +0100
commitbf2a3a26d18679c94eca973cb8741e3c1ac53c43 (patch)
tree73025ec2879c20cd33918dede68b318fc20d929a /arch/arm
parent[ARM] 4519/1: S3C: split S3C2400 values out of S3C24XX map.h (diff)
downloadlinux-dev-bf2a3a26d18679c94eca973cb8741e3c1ac53c43.tar.xz
linux-dev-bf2a3a26d18679c94eca973cb8741e3c1ac53c43.zip
[ARM] 4520/1: S3C: Remove old VA values from static map
Remove the static maps for the LCD and USB devices. 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-s3c2412/s3c2412.c1
-rw-r--r--arch/arm/plat-s3c24xx/s3c244x.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2412/s3c2412.c b/arch/arm/mach-s3c2412/s3c2412.c
index 12995d859b2c..66f471a9d64a 100644
--- a/arch/arm/mach-s3c2412/s3c2412.c
+++ b/arch/arm/mach-s3c2412/s3c2412.c
@@ -63,7 +63,6 @@ static inline void s3c2412_init_gpio2(void)
static struct map_desc s3c2412_iodesc[] __initdata = {
IODESC_ENT(CLKPWR),
- IODESC_ENT(LCD),
IODESC_ENT(TIMER),
IODESC_ENT(WATCHDOG),
};
diff --git a/arch/arm/plat-s3c24xx/s3c244x.c b/arch/arm/plat-s3c24xx/s3c244x.c
index 8b2d47f2e80e..3444b13afac5 100644
--- a/arch/arm/plat-s3c24xx/s3c244x.c
+++ b/arch/arm/plat-s3c24xx/s3c244x.c
@@ -47,7 +47,6 @@ static struct map_desc s3c244x_iodesc[] __initdata = {
IODESC_ENT(CLKPWR),
IODESC_ENT(TIMER),
IODESC_ENT(WATCHDOG),
- IODESC_ENT(LCD),
};
/* uart initialisation */