projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db70b04
)
cpuidle: remove unused 'governor_data' field
author
Daniel Lezcano
<daniel.lezcano@linaro.org>
Mon, 26 Mar 2012 12:51:28 +0000
(14:51 +0200)
committer
Len Brown
<len.brown@intel.com>
Fri, 30 Mar 2012 05:55:40 +0000
(
01:55
-0400)
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>
include/linux/cpuidle.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/cpuidle.h
b/include/linux/cpuidle.h
index f7f1d9040da3f4183e44e60658f7108f3ac940be..f3ebbba368b36408ddd1886f3a66a99235667e01 100644
(file)
--- 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);