From: Ben Dooks Date: Sun, 23 Dec 2007 02:09:36 +0000 (+0100) Subject: [ARM] 4729/1: VR1000: Do not add IIS device on initialisation X-Git-Tag: v3.12-rc1~24066^2~2^9~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e3007a0e8a0d2f5e3139cb9fe606c2a998b9ed3;p=kernel%2Fkernel-generic.git [ARM] 4729/1: VR1000: Do not add IIS device on initialisation The IIS device is being registered by the Simtec Audio driver, and thus registering here causes an error due to device tree naming collision. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index 9f43f3f..3aade7b 100644 --- a/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/arch/arm/mach-s3c2410/mach-vr1000.c @@ -365,7 +365,6 @@ static struct platform_device *vr1000_devices[] __initdata = { &s3c_device_lcd, &s3c_device_wdt, &s3c_device_i2c, - &s3c_device_iis, &s3c_device_adc, &serial_device, &vr1000_nor,