Commit c698a449 authored by Zhang Rui's avatar Zhang Rui

Merge branch 'misc' of .git into next

parents 8c59ecb5 cbb07bb3
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment