diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-12-22 21:09:35 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 08:20:49 -0500 |
commit | b6a175a562a1c8d326de0ee501114a2af2602772 (patch) | |
tree | 10805d0ceace199e630c55e27342948342c97971 /arch/arm | |
parent | 0953612a479491b57db794580b13a8e39b810724 (diff) |
[ARM] 4728/1: BAST: 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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-bast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 53c2a1376e07..66175471fff3 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -540,7 +540,6 @@ static struct platform_device *bast_devices[] __initdata = { | |||
540 | &s3c_device_lcd, | 540 | &s3c_device_lcd, |
541 | &s3c_device_wdt, | 541 | &s3c_device_wdt, |
542 | &s3c_device_i2c, | 542 | &s3c_device_i2c, |
543 | &s3c_device_iis, | ||
544 | &s3c_device_rtc, | 543 | &s3c_device_rtc, |
545 | &s3c_device_nand, | 544 | &s3c_device_nand, |
546 | &bast_device_nor, | 545 | &bast_device_nor, |