ANDROID: GKI: drivers: thermal: Resolve ABI diff for struct thermal_zone_device_ops

The following members are added to struct thermal_zone_device_ops:
int (*set_polling_delay)(struct thermal_zone_device *, int);
int (*set_passive_delay)(struct thermal_zone_device *, int);

Test: build and boot
Bug: 149945768
Signed-off-by: Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
(cherry picked from commit f68eb1a39e07a296ff4424c594c0fcc9b48240bc)
[hridya: commit amended to only include ABI diff]
Signed-off-by: Hridya Valsaraju <hridya@google.com>
Change-Id: Iad25d6585a35ecb71fdef36e27b27bece93a7c11
This commit is contained in:
Manaf Meethalavalappu Pallikunhi
2018-12-05 16:10:27 +05:30
committed by Hridya Valsaraju
parent 10d3954a78
commit 4f04e3ea54

View File

@@ -123,6 +123,8 @@ struct thermal_zone_device_ops {
int (*notify) (struct thermal_zone_device *, int,
enum thermal_trip_type);
bool (*is_wakeable)(struct thermal_zone_device *);
int (*set_polling_delay)(struct thermal_zone_device *, int);
int (*set_passive_delay)(struct thermal_zone_device *, int);
};
struct thermal_cooling_device_ops {