]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/thermal/imx_thermal.c
KARO: cleanup after merge of Freescale 3.10.17 stuff
[karo-tx-linux.git] / drivers / thermal / imx_thermal.c
index 85fc4b4b02460e76338bda7cc8af97226bed6c31..1143db7a97ad23240554b36f710e5f6c64e27edb 100644 (file)
@@ -316,7 +316,7 @@ static int imx_get_trend(struct thermal_zone_device *tz,
        return 0;
 }
 
-static const struct thermal_zone_device_ops imx_tz_ops = {
+static struct thermal_zone_device_ops imx_tz_ops = {
        .bind = imx_bind,
        .unbind = imx_unbind,
        .get_temp = imx_get_temp,