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

Commit e0751058 authored by Daniel Lezcano's avatar Daniel Lezcano Committed by Len Brown
Browse files

cpuidle: remove unused 'governor_data' field



As far as I can see, this field is never used in the code.

Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent db70b044
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ struct cpuidle_device {
	struct list_head 	device_list;
	struct kobject		kobj;
	struct completion	kobj_unregister;
	void			*governor_data;
};

DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices);