aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/devs.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 09:06:26 -0400
committerBen Dooks <ben-linux@fluff.org>2008-12-15 16:46:38 -0500
commitce46a9c497ed788146449c230765ee5d6dd3cb53 (patch)
tree24962a338eae4976e4a6bd051d4cc0db3461bf67 /arch/arm/plat-s3c24xx/devs.c
parent1d4bab082474d539f900e896880aa2135e0f5393 (diff)
[ARM] S3C24XX: Split map.h into plat-s3c24xx and mach-s3c2410
Split the map.h definitions into common S3C24XX code by adding arch/arm/plat-s3c24xx/include/plat/map.h and altering the machine specific header for the S3C24A0. As we add a new <plat/map.h> we move the original one in arch/arm/plat-s3c include directory to be called map-base.h to distinguish the two files. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/devs.c')
-rw-r--r--arch/arm/plat-s3c24xx/devs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c
index adf535aaf43a..ea445850ff47 100644
--- a/arch/arm/plat-s3c24xx/devs.c
+++ b/arch/arm/plat-s3c24xx/devs.c
@@ -192,8 +192,8 @@ void __init s3c24xx_fb_set_platdata(struct s3c2410fb_mach_info *pd)
192 192
193static struct resource s3c_nand_resource[] = { 193static struct resource s3c_nand_resource[] = {
194 [0] = { 194 [0] = {
195 .start = S3C2410_PA_NAND, 195 .start = S3C24XX_PA_NAND,
196 .end = S3C2410_PA_NAND + S3C24XX_SZ_NAND - 1, 196 .end = S3C24XX_PA_NAND + S3C24XX_SZ_NAND - 1,
197 .flags = IORESOURCE_MEM, 197 .flags = IORESOURCE_MEM,
198 } 198 }
199}; 199};
@@ -382,8 +382,8 @@ struct platform_device s3c_device_adc = {
382 382
383static struct resource s3c_sdi_resource[] = { 383static struct resource s3c_sdi_resource[] = {
384 [0] = { 384 [0] = {
385 .start = S3C2410_PA_SDI, 385 .start = S3C24XX_PA_SDI,
386 .end = S3C2410_PA_SDI + S3C24XX_SZ_SDI - 1, 386 .end = S3C24XX_PA_SDI + S3C24XX_SZ_SDI - 1,
387 .flags = IORESOURCE_MEM, 387 .flags = IORESOURCE_MEM,
388 }, 388 },
389 [1] = { 389 [1] = {