Эх сурвалжийг харах

cpuidle: remove unused 'governor_data' field

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

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Daniel Lezcano 13 жил өмнө
parent
commit
e07510585a

+ 0 - 1
include/linux/cpuidle.h

@@ -98,7 +98,6 @@ struct cpuidle_device {
 	struct list_head 	device_list;
 	struct list_head 	device_list;
 	struct kobject		kobj;
 	struct kobject		kobj;
 	struct completion	kobj_unregister;
 	struct completion	kobj_unregister;
-	void			*governor_data;
 };
 };
 
 
 DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices);
 DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices);