]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: S3C64XX: Clean up after SPI driver platform data updates
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 19 Jul 2012 05:30:23 +0000 (14:30 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 19 Jul 2012 05:30:43 +0000 (14:30 +0900)
Commit 1c20c2 (spi: s3c64xx: Remove the 'set_level' callback from
controller data) didn't update all the users, breaking the build.
Fix that.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/mach-crag6410-module.c

index 4645aa15c82a95937fd03bdc5891e815191e54e4..9e382e7c77cb77a04450dffa5ecc90e8f13f674d 100644 (file)
@@ -29,7 +29,6 @@
 #include <mach/crag6410.h>
 
 static struct s3c64xx_spi_csinfo wm0010_spi_csinfo = {
-       .set_level = gpio_set_value,
        .line = S3C64XX_GPC(3),
 };