diff mbox

[04/05] tmio_mmc: Remove const from platform data V3

Message ID 20100217073814.32726.87689.sendpatchset@t400s (mailing list archive)
State Superseded
Headers show

Commit Message

Magnus Damm Feb. 17, 2010, 7:38 a.m. UTC
None
diff mbox

Patch

--- 0003/include/linux/mfd/tmio.h
+++ work/include/linux/mfd/tmio.h	2010-02-17 15:52:15.000000000 +0900
@@ -59,7 +59,7 @@  void tmio_core_mmc_clk_div(void __iomem 
  * data for the MMC controller
  */
 struct tmio_mmc_data {
-	const unsigned int		hclk;
+	unsigned int			hclk;
 	unsigned long			capabilities;
 	void (*set_pwr)(struct platform_device *host, int state);
 	void (*set_clk_div)(struct platform_device *host, int state);