Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c698a449 authored by Zhang Rui's avatar Zhang Rui
Browse files

Merge branch 'misc' of .git into next

parents 8c59ecb5 cbb07bb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,