The patch titled mmc: fix syntax error has been removed from the -mm tree. Its filename was mmc-fix-syntax-error.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: mmc: fix syntax error From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Fix syntax error introduced in ab7aefd0b38297e6d2d71f43e8f81f9f4a36cdae. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Cc: Pierre Ossman <drzeus@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mmc/au1xmmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mmc/au1xmmc.c~mmc-fix-syntax-error drivers/mmc/au1xmmc.c --- a/drivers/mmc/au1xmmc.c~mmc-fix-syntax-error +++ a/drivers/mmc/au1xmmc.c @@ -875,7 +875,7 @@ static void au1xmmc_init_dma(struct au1x host->rx_chan = rxchan; } -struct const mmc_host_ops au1xmmc_ops = { +static const struct mmc_host_ops au1xmmc_ops = { .request = au1xmmc_request, .set_ios = au1xmmc_set_ios, }; _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are origin.patch mips-dbg_io-stray-brackets-fix.patch git-mtd.patch git-net.patch fix-pnx8550-serial-breakage.patch pnx8550-uart-driver.patch pci-legacy-resource-fix.patch pci-legacy-resource-fix-tidy.patch sysctl-remove-unused-context-param.patch dont-build-some-broken-isdn-drivers-on-big-endian-mips.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