The patch titled mmc: remove const from tmio-mmc platform data has been added to the -mm tree. Its filename is mmc-remove-const-from-tmio-mmc-platform-data-v2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mmc: remove const from tmio-mmc platform data From: Magnus Damm <damm@xxxxxxxxxxxxx> Remove the const from the tmio-mmc platform data parameter "hclk". Needed by the SDHI driver. Signed-off-by: Magnus Damm <damm@xxxxxxxxxxxxx> Cc: <linux-mmc@xxxxxxxxxxxxxxx> Cc: Paul Mundt <lethal@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mfd/tmio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mfd/tmio.h~mmc-remove-const-from-tmio-mmc-platform-data-v2 include/linux/mfd/tmio.h --- a/include/linux/mfd/tmio.h~mmc-remove-const-from-tmio-mmc-platform-data-v2 +++ a/include/linux/mfd/tmio.h @@ -60,7 +60,7 @@ void tmio_core_set_bus_shift(int bus_shi * data for the MMC controller */ struct tmio_mmc_data { - const unsigned int hclk; + unsigned int hclk; void (*set_pwr)(struct platform_device *host, int state); void (*set_no_clk_div)(struct platform_device *host, int state); }; _ Patches currently in -mm which might be from damm@xxxxxxxxxxxxx are linux-next.patch clocksource-add-argument-to-resume-callback.patch clocksource-start-cmt-at-clocksource-resume.patch mmc-let-tmio-mmc-use-dev_name-with-request_irq.patch mmc-remove-const-from-tmio-mmc-platform-data-v2.patch mmc-balance-tmio-mmc-cell-enable-disable-calls.patch spi-superh-msiof-spi-master-driver.patch spi-superh-msiof-spi-master-driver-update.patch -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html