diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-anubis.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mach-s3c2410/mach-anubis.c b/arch/arm/mach-s3c2410/mach-anubis.c index 0a5a7e4a24ad..60641d452db3 100644 --- a/arch/arm/mach-s3c2410/mach-anubis.c +++ b/arch/arm/mach-s3c2410/mach-anubis.c | |||
@@ -86,30 +86,6 @@ static struct map_desc anubis_iodesc[] __initdata = { | |||
86 | .length = SZ_4K, | 86 | .length = SZ_4K, |
87 | .type = MT_DEVICE, | 87 | .type = MT_DEVICE, |
88 | }, | 88 | }, |
89 | |||
90 | /* IDE drives */ | ||
91 | |||
92 | { | ||
93 | .virtual = (u32)ANUBIS_IDEPRI, | ||
94 | .pfn = __phys_to_pfn(S3C2410_CS3), | ||
95 | .length = SZ_1M, | ||
96 | .type = MT_DEVICE | ||
97 | }, { | ||
98 | .virtual = (u32)ANUBIS_IDEPRIAUX, | ||
99 | .pfn = __phys_to_pfn(S3C2410_CS3+(1<<26)), | ||
100 | .length = SZ_1M, | ||
101 | .type = MT_DEVICE | ||
102 | }, { | ||
103 | .virtual = (u32)ANUBIS_IDESEC, | ||
104 | .pfn = __phys_to_pfn(S3C2410_CS4), | ||
105 | .length = SZ_1M, | ||
106 | .type = MT_DEVICE | ||
107 | }, { | ||
108 | .virtual = (u32)ANUBIS_IDESECAUX, | ||
109 | .pfn = __phys_to_pfn(S3C2410_CS4+(1<<26)), | ||
110 | .length = SZ_1M, | ||
111 | .type = MT_DEVICE | ||
112 | }, | ||
113 | }; | 89 | }; |
114 | 90 | ||
115 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK | 91 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |