Ver código fonte

[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 <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Ben Dooks 18 anos atrás
pai
commit
8e3007a0e8
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      arch/arm/mach-s3c2410/mach-vr1000.c

+ 0 - 1
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,