]> Pileus Git - ~andy/linux/blobdiff - drivers/thermal/imx_thermal.c
Merge branch 'misc' of .git into next
[~andy/linux] / drivers / thermal / imx_thermal.c
index deab7baeeb72c19b48b14445e3f1ee1e78d900e7..45af765a3198c4b0e55e96c878d609f8b6b34d8e 100644 (file)
@@ -286,7 +286,7 @@ static int imx_unbind(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,