diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-10-03 21:26:55 +0530 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-30 01:21:24 +0100 |
commit | f60e230f6be5672241e48434a6c2a417d9674d42 (patch) | |
tree | d9d85f65cb3c377d517d5cf7ba51dadbac81820c /Documentation/cpuidle | |
parent | d7c7f103262bc2248548ed0e113e916e843c4eeb (diff) | |
download | op-kernel-dev-f60e230f6be5672241e48434a6c2a417d9674d42.zip op-kernel-dev-f60e230f6be5672241e48434a6c2a417d9674d42.tar.gz |
cpuidle: remove cpuidle_unregister_governor()
cpuidle_unregister_governor() and cpuidle_replace_governor() aren't
used anymore and can be removed. They were used by cpufreq governors
earlier, but since the governors can't be compiled as modules any
more, these two functions aren't necessary.
Suggested-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/cpuidle')
-rw-r--r-- | Documentation/cpuidle/governor.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/cpuidle/governor.txt b/Documentation/cpuidle/governor.txt index 12c6bd5..d9020f5 100644 --- a/Documentation/cpuidle/governor.txt +++ b/Documentation/cpuidle/governor.txt @@ -25,5 +25,4 @@ kernel configuration and platform will be selected by cpuidle. Interfaces: extern int cpuidle_register_governor(struct cpuidle_governor *gov); -extern void cpuidle_unregister_governor(struct cpuidle_governor *gov); struct cpuidle_governor |