From: Mark Brown Date: Thu, 19 Jul 2012 05:30:23 +0000 (+0900) Subject: ARM: S3C64XX: Clean up after SPI driver platform data updates X-Git-Tag: v3.6-rc1~138^2^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f91149d3169580b574f18b60204c654ede2c8549;p=uclinux-h8%2Flinux.git ARM: S3C64XX: Clean up after SPI driver platform data updates 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 Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index 4645aa15c82a..9e382e7c77cb 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c @@ -29,7 +29,6 @@ #include static struct s3c64xx_spi_csinfo wm0010_spi_csinfo = { - .set_level = gpio_set_value, .line = S3C64XX_GPC(3), };