X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fthermal%2Fimx_thermal.c;h=45af765a3198c4b0e55e96c878d609f8b6b34d8e;hb=a53b75b37aacd85a2f005e80faf44a7c2e3aa0bc;hp=deab7baeeb72c19b48b14445e3f1ee1e78d900e7;hpb=8c59ecb5c1dca77ea83634b6a6d8e7c58bb31b22;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index deab7ba..45af765 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c @@ -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,