The patch titled mmc: fix syntax error has been added to the -mm tree. Its filename is mmc-fix-syntax-error.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 mmc-fix-syntax-error.patch git-mtd.patch git-netdev-all.patch export-pm_suspend-for-the-shared-apm-emulation.patch add-struct-dev-pointer-to-dma_is_consistent.patch pass-struct-dev-pointer-to-dma_cache_sync.patch futex-remove-unneeded-barrier.patch generic-ioremap_page_range-mips-conversion.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