diff options
| author | Len Brown <len.brown@intel.com> | 2007-10-29 17:30:55 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2007-10-29 17:30:55 -0400 |
| commit | 37e58df30063e229ee5157f9d1c1fa1d749917c2 (patch) | |
| tree | 28fe23e43b2e5548c5fc08c32501812f4e9c9299 | |
| parent | b2451e4399d7233cd0008823872f51112d18f8d0 (diff) | |
| parent | 83788c0caed3a425f64fa88fde7c78746b9cdd76 (diff) | |
Pull cpuidle into release branch
| -rw-r--r-- | drivers/cpuidle/cpuidle.c | 1 | ||||
| -rw-r--r-- | drivers/cpuidle/governor.c | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index fdf4106b817b..d2fabe7863a9 100644 --- a/drivers/cpuidle/cpuidle.c +++ b/drivers/cpuidle/cpuidle.c | |||
| @@ -19,7 +19,6 @@ | |||
| 19 | #include "cpuidle.h" | 19 | #include "cpuidle.h" |
| 20 | 20 | ||
| 21 | DEFINE_PER_CPU(struct cpuidle_device *, cpuidle_devices); | 21 | DEFINE_PER_CPU(struct cpuidle_device *, cpuidle_devices); |
| 22 | EXPORT_PER_CPU_SYMBOL_GPL(cpuidle_devices); | ||
| 23 | 22 | ||
| 24 | DEFINE_MUTEX(cpuidle_lock); | 23 | DEFINE_MUTEX(cpuidle_lock); |
| 25 | LIST_HEAD(cpuidle_detected_devices); | 24 | LIST_HEAD(cpuidle_detected_devices); |
diff --git a/drivers/cpuidle/governor.c b/drivers/cpuidle/governor.c index bb699cb2dc5a..70b59642a708 100644 --- a/drivers/cpuidle/governor.c +++ b/drivers/cpuidle/governor.c | |||
| @@ -94,8 +94,6 @@ int cpuidle_register_governor(struct cpuidle_governor *gov) | |||
| 94 | return ret; | 94 | return ret; |
| 95 | } | 95 | } |
| 96 | 96 | ||
| 97 | EXPORT_SYMBOL_GPL(cpuidle_register_governor); | ||
| 98 | |||
| 99 | /** | 97 | /** |
| 100 | * cpuidle_replace_governor - find a replacement governor | 98 | * cpuidle_replace_governor - find a replacement governor |
| 101 | * @exclude_rating: the rating that will be skipped while looking for | 99 | * @exclude_rating: the rating that will be skipped while looking for |
| @@ -138,4 +136,3 @@ void cpuidle_unregister_governor(struct cpuidle_governor *gov) | |||
| 138 | mutex_unlock(&cpuidle_lock); | 136 | mutex_unlock(&cpuidle_lock); |
| 139 | } | 137 | } |
| 140 | 138 | ||
| 141 | EXPORT_SYMBOL_GPL(cpuidle_unregister_governor); | ||
