From: Magnus Damm <[email protected]> This patch removes the const from the tmio-mmc platform data parameter "hclk". Needed by the SDHI driver.
Signed-off-by: Magnus Damm <[email protected]> --- V2 drops the SDHI bits to simplify merging. include/linux/mfd/tmio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0001/include/linux/mfd/tmio.h +++ work/include/linux/mfd/tmio.h 2009-11-26 19:02:59.000000000 +0900 @@ -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); }; -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
