From 8c6a08673545147601beaf76738f8aaa860780ac Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Sun, 6 May 2007 14:52:00 -0700 Subject: [PATCH] spi_s3c24xx.c: Fix build Commit 026c33fce4a87f96244cbc403df802e417fae397 removes the shutdown member of the bitbang structure, breaking the build of spi_s3c24xx.c. Signed-off-by: Arnaud Patard Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/spi/spi_s3c24xx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/spi/spi_s3c24xx.c b/drivers/spi/spi_s3c24xx.c index b10211c420ef1..d5a710f6e445c 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) goto err_register; } - dev_dbg(hw->dev, "shutdown=%d\n", hw->bitbang.shutdown); - /* register all the devices associated */ bi = &hw->pdata->board_info[0]; -- 2.39.5