commit | f60e230f6be5672241e48434a6c2a417d9674d42 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Oct 03 21:26:55 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 30 01:21:24 2013 +0100 |
tree | d9d85f65cb3c377d517d5cf7ba51dadbac81820c | |
parent | d7c7f103262bc2248548ed0e113e916e843c4eeb [diff] |
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>