[PATCH 3/3] cpuidle: remove unused 'governor_data' field
Daniel Lezcano
daniel.lezcano at linaro.org
Mon Mar 26 12:51:28 UTC 2012
As far as I can see, this field is never used in the code.
Signed-off-by: Daniel Lezcano <daniel.lezcano at linaro.org>
---
include/linux/cpuidle.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h
index f7f1d90..f3ebbba 100644
--- a/include/linux/cpuidle.h
+++ b/include/linux/cpuidle.h
@@ -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);
--
1.7.5.4
More information about the linaro-dev
mailing list