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

Commit 4f04e3ea authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Hridya Valsaraju
Browse files

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: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
(cherry picked from commit f68eb1a3)
[hridya: commit amended to only include ABI diff]
Signed-off-by: default avatarHridya Valsaraju <hridya@google.com>
Change-Id: Iad25d6585a35ecb71fdef36e27b27bece93a7c11
parent 10d3954a
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -123,6 +123,8 @@ struct thermal_zone_device_ops {
	int (*notify) (struct thermal_zone_device *, int,
	int (*notify) (struct thermal_zone_device *, int,
		       enum thermal_trip_type);
		       enum thermal_trip_type);
	bool (*is_wakeable)(struct thermal_zone_device *);
	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 {
struct thermal_cooling_device_ops {