diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-08-14 10:24:06 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-08-14 10:24:06 -0400 |
commit | b282e29b547937d1610f38d6aa1c485426b62650 (patch) | |
tree | 62741a6d17e910e7b77a5cc4e94c44b7e587645c /arch/arm/plat-s3c24xx/devs.c | |
parent | c378aa275e1476218a6b438056a4cd48eb1eca0f (diff) | |
parent | c233d94931cebc8ec805fb98856f34ad16d49e4f (diff) |
Merge branch 'next-s3c64xx-moves' into next-s3c
Diffstat (limited to 'arch/arm/plat-s3c24xx/devs.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/devs.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c index 656b375db46f..f52a92ce8dda 100644 --- a/arch/arm/plat-s3c24xx/devs.c +++ b/arch/arm/plat-s3c24xx/devs.c | |||
@@ -182,25 +182,6 @@ void __init s3c24xx_fb_set_platdata(struct s3c2410fb_mach_info *pd) | |||
182 | } | 182 | } |
183 | } | 183 | } |
184 | 184 | ||
185 | /* NAND Controller */ | ||
186 | |||
187 | static struct resource s3c_nand_resource[] = { | ||
188 | [0] = { | ||
189 | .start = S3C24XX_PA_NAND, | ||
190 | .end = S3C24XX_PA_NAND + S3C24XX_SZ_NAND - 1, | ||
191 | .flags = IORESOURCE_MEM, | ||
192 | } | ||
193 | }; | ||
194 | |||
195 | struct platform_device s3c_device_nand = { | ||
196 | .name = "s3c2410-nand", | ||
197 | .id = -1, | ||
198 | .num_resources = ARRAY_SIZE(s3c_nand_resource), | ||
199 | .resource = s3c_nand_resource, | ||
200 | }; | ||
201 | |||
202 | EXPORT_SYMBOL(s3c_device_nand); | ||
203 | |||
204 | /* USB Device (Gadget)*/ | 185 | /* USB Device (Gadget)*/ |
205 | 186 | ||
206 | static struct resource s3c_usbgadget_resource[] = { | 187 | static struct resource s3c_usbgadget_resource[] = { |