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>
This commit is contained in:
Родитель
db70b04407
Коммит
e07510585a
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче