aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/imx_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c
index 1d6c801c1eb9..ca952740a8e0 100644
--- a/drivers/thermal/imx_thermal.c
+++ b/drivers/thermal/imx_thermal.c
@@ -284,7 +284,7 @@ static int imx_unbind(struct thermal_zone_device *tz,
284 return 0; 284 return 0;
285} 285}
286 286
287static const struct thermal_zone_device_ops imx_tz_ops = { 287static struct thermal_zone_device_ops imx_tz_ops = {
288 .bind = imx_bind, 288 .bind = imx_bind,
289 .unbind = imx_unbind, 289 .unbind = imx_unbind,
290 .get_temp = imx_get_temp, 290 .get_temp = imx_get_temp,