aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorArnaud Patard <arnaud.patard@rtp-net.org>2007-05-06 17:52:00 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-07 15:13:04 -0400
commit35c74823cb382c610be908f1b92f980b84e7c37c (patch)
treed2a280baea6b4ac274829f9be2efeffc45e5e80c /drivers/spi
parent09762516761f9346ee521dcab45de0a543298410 (diff)
spi_s3c24xx.c: Fix build
Commit a836f5856ae46ccb2464ea76031ea05ae967b832 removes the shutdown member of the bitbang structure, breaking the build of spi_s3c24xx.c. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/spi_s3c24xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/spi_s3c24xx.c b/drivers/spi/spi_s3c24xx.c
index b10211c420ef..d5a710f6e445 100644
--- a/drivers/spi/spi_s3c24xx.c
+++ b/drivers/spi/spi_s3c24xx.c
@@ -342,8 +342,6 @@ static int s3c24xx_spi_probe(struct platform_device *pdev)
342 goto err_register; 342 goto err_register;
343 } 343 }
344 344
345 dev_dbg(hw->dev, "shutdown=%d\n", hw->bitbang.shutdown);
346
347 /* register all the devices associated */ 345 /* register all the devices associated */
348 346
349 bi = &hw->pdata->board_info[0]; 347 bi = &hw->pdata->board_info[0];