]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/mfd/tmio.h
tmio_mmc: Remove const from platform data V3
[karo-tx-linux.git] / include / linux / mfd / tmio.h
index 37d941420ce4d99ae74f683d1d276688ff6208d3..c3f7dff8effc08691c691f72657d904e9bd604ab 100644 (file)
@@ -59,7 +59,7 @@ void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state);
  * 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);