diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-29 13:49:13 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-29 17:27:50 -0400 |
commit | 83788c0caed3a425f64fa88fde7c78746b9cdd76 (patch) | |
tree | b153a7d92c3f9f40dba1706349ef7c583938516a /drivers/cpuidle/cpuidle.c | |
parent | 4d8b4e1e02b4bb200e81b2efc915da6ce59d5d72 (diff) | |
download | linux-3.10-83788c0caed3a425f64fa88fde7c78746b9cdd76.tar.gz linux-3.10-83788c0caed3a425f64fa88fde7c78746b9cdd76.tar.bz2 linux-3.10-83788c0caed3a425f64fa88fde7c78746b9cdd76.zip |
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>
Diffstat (limited to 'drivers/cpuidle/cpuidle.c')
-rw-r--r-- | drivers/cpuidle/cpuidle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index fdf4106b817..d2fabe7863a 100644 --- a/drivers/cpuidle/cpuidle.c +++ b/drivers/cpuidle/cpuidle.c @@ -19,7 +19,6 @@ #include "cpuidle.h" DEFINE_PER_CPU(struct cpuidle_device *, cpuidle_devices); -EXPORT_PER_CPU_SYMBOL_GPL(cpuidle_devices); DEFINE_MUTEX(cpuidle_lock); LIST_HEAD(cpuidle_detected_devices); |