The patch titled spi_s3c24xx.c: Fix build has been removed from the -mm tree. Its filename was spi_s3c24xxc-fix-build.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: spi_s3c24xx.c: Fix build From: Arnaud Patard <arnaud.patard@xxxxxxxxxxx> Commit a836f5856ae46ccb2464ea76031ea05ae967b832 removes the shutdown member of the bitbang structure, breaking the build of spi_s3c24xx.c. Signed-off-by: Arnaud Patard <arnaud.patard@xxxxxxxxxxx> Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/spi/spi_s3c24xx.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/spi/spi_s3c24xx.c~spi_s3c24xxc-fix-build drivers/spi/spi_s3c24xx.c --- a/drivers/spi/spi_s3c24xx.c~spi_s3c24xxc-fix-build +++ a/drivers/spi/spi_s3c24xx.c @@ -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]; _ Patches currently in -mm which might be from arnaud.patard@xxxxxxxxxxx are origin.patch git-watchdog.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html