diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-11-29 09:34:56 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 05:33:19 -0500 |
commit | 0f61628e37e121b7786bff2653fc25a321e82ec4 (patch) | |
tree | 2ad7706501bc5342065ca8a13d09b135bbed7b3d /arch/arm | |
parent | b813248c614b07642adbf1d7b577d0466003b339 (diff) |
ARM: S3C2412: Fixup commented out device in SMDK2413
The SMDK2413 has a commented out device that does not have any setup
data for it, so remove it for now.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2412/mach-smdk2413.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2412/mach-smdk2413.c b/arch/arm/mach-s3c2412/mach-smdk2413.c index 437c087eb71b..0392065af1af 100644 --- a/arch/arm/mach-s3c2412/mach-smdk2413.c +++ b/arch/arm/mach-s3c2412/mach-smdk2413.c | |||
@@ -105,7 +105,6 @@ static struct s3c2410_udc_mach_info smdk2413_udc_cfg __initdata = { | |||
105 | 105 | ||
106 | static struct platform_device *smdk2413_devices[] __initdata = { | 106 | static struct platform_device *smdk2413_devices[] __initdata = { |
107 | &s3c_device_ohci, | 107 | &s3c_device_ohci, |
108 | //&s3c_device_lcd, | ||
109 | &s3c_device_wdt, | 108 | &s3c_device_wdt, |
110 | &s3c_device_i2c0, | 109 | &s3c_device_i2c0, |
111 | &s3c_device_iis, | 110 | &s3c_device_iis, |