mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Merge branch 'misc' of .git into next
This commit is contained in:
commit
c698a4492f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue