From 17998017e8602bd430877d07271c5534ae2bc04d Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Wed, 26 Jul 2006 21:07:04 +0100 Subject: [PATCH] --- yaml --- r: 32903 b: refs/heads/master c: dffb0605e6f34c138ae5662d957fe6634dd4d71e h: refs/heads/master i: 32901: 8543f478e424e7e239dbc3eb643dd76d3828c7f6 32899: 868dd4f4db4128cdb68a4f9e7e81b9808cf24beb 32895: 5b717f570cf3149cd8b9afa23bc72accac4dec15 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2410/mach-anubis.c | 24 ----------------------- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/[refs] b/[refs] index 6aa923171cdf..83d64e99a880 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 705630dbddf743e600d654f5dc721d899db91594 +refs/heads/master: dffb0605e6f34c138ae5662d957fe6634dd4d71e diff --git a/trunk/arch/arm/mach-s3c2410/mach-anubis.c b/trunk/arch/arm/mach-s3c2410/mach-anubis.c index 0a5a7e4a24ad..60641d452db3 100644 --- a/trunk/arch/arm/mach-s3c2410/mach-anubis.c +++ b/trunk/arch/arm/mach-s3c2410/mach-anubis.c @@ -86,30 +86,6 @@ static struct map_desc anubis_iodesc[] __initdata = { .length = SZ_4K, .type = MT_DEVICE, }, - - /* IDE drives */ - - { - .virtual = (u32)ANUBIS_IDEPRI, - .pfn = __phys_to_pfn(S3C2410_CS3), - .length = SZ_1M, - .type = MT_DEVICE - }, { - .virtual = (u32)ANUBIS_IDEPRIAUX, - .pfn = __phys_to_pfn(S3C2410_CS3+(1<<26)), - .length = SZ_1M, - .type = MT_DEVICE - }, { - .virtual = (u32)ANUBIS_IDESEC, - .pfn = __phys_to_pfn(S3C2410_CS4), - .length = SZ_1M, - .type = MT_DEVICE - }, { - .virtual = (u32)ANUBIS_IDESECAUX, - .pfn = __phys_to_pfn(S3C2410_CS4+(1<<26)), - .length = SZ_1M, - .type = MT_DEVICE - }, }; #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK