Explorar o código

Merge branch 'misc' of .git into next

Zhang Rui %!s(int64=11) %!d(string=hai) anos
pai
achega
c698a4492f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/thermal/imx_thermal.c

+ 1 - 1
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,