Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35c74823 authored by Arnaud Patard's avatar Arnaud Patard Committed by Linus Torvalds
Browse files

spi_s3c24xx.c: Fix build



Commit a836f585 removes the shutdown
member of the bitbang structure, breaking the build of spi_s3c24xx.c.

Signed-off-by: default avatarArnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 09762516
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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];