Commit 83788c0caed3a425f64fa88fde7c78746b9cdd76
Committed by
Len Brown
1 parent
4d8b4e1e02
Exists in
master
and in
7 other branches
cpuidle: remove unused exports
This patch removes the following unused exports: - cpuidle_devices - cpuidle_register_governor - cpuidle_unregister_governor Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Len Brown <len.brown@intel.com>
Showing 2 changed files with 0 additions and 4 deletions Side-by-side Diff
drivers/cpuidle/cpuidle.c
drivers/cpuidle/governor.c
... | ... | @@ -94,8 +94,6 @@ |
94 | 94 | return ret; |
95 | 95 | } |
96 | 96 | |
97 | -EXPORT_SYMBOL_GPL(cpuidle_register_governor); | |
98 | - | |
99 | 97 | /** |
100 | 98 | * cpuidle_replace_governor - find a replacement governor |
101 | 99 | * @exclude_rating: the rating that will be skipped while looking for |
... | ... | @@ -137,6 +135,4 @@ |
137 | 135 | list_del(&gov->governor_list); |
138 | 136 | mutex_unlock(&cpuidle_lock); |
139 | 137 | } |
140 | - | |
141 | -EXPORT_SYMBOL_GPL(cpuidle_unregister_governor); |