Skip to content

Commit

Permalink
cpuidle: remove unused 'governor_data' field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Lezcano authored and Len Brown committed Mar 30, 2012
1 parent db70b04 commit e075105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/cpuidle.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e075105

Please sign in to comment.