[PATCH] 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>
---
 drivers/spi/spi_s3c24xx.c |    2 	0 +	2 -	0 !
 1 file changed, 2 deletions(-)

Index: linux-2.6/drivers/spi/spi_s3c24xx.c
===================================================================
--- linux-2.6.orig/drivers/spi/spi_s3c24xx.c	2007-05-02 00:27:04.000000000 +0200
+++ linux-2.6/drivers/spi/spi_s3c24xx.c	2007-05-02 00:27:15.000000000 +0200
@@ -342,8 +342,6 @@ static int s3c24xx_spi_probe(struct plat
 		goto err_register;
 	}
 
-	dev_dbg(hw->dev, "shutdown=%d\n", hw->bitbang.shutdown);
-
 	/* register all the devices associated */
 
 	bi = &hw->pdata->board_info[0];
