Skip to content

Commit

Permalink
spi_s3c24xx.c: Fix build
Browse files Browse the repository at this point in the history
Commit a836f58 removes the shutdown
member of the bitbang structure, breaking the build of spi_s3c24xx.c.

Signed-off-by: Arnaud Patard <[email protected]>
Signed-off-by: David Brownell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
thertp authored and Linus Torvalds committed May 7, 2007
1 parent 0976251 commit 35c7482
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/spi/spi_s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 35c7482

Please sign in to comment.