]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpuidle: remove cpuidle_unregister_governor()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 3 Oct 2013 15:56:55 +0000 (21:26 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 00:21:24 +0000 (01:21 +0100)
commitf60e230f6be5672241e48434a6c2a417d9674d42
treed9d85f65cb3c377d517d5cf7ba51dadbac81820c
parentd7c7f103262bc2248548ed0e113e916e843c4eeb
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>
Documentation/cpuidle/governor.txt
drivers/cpuidle/governor.c
include/linux/cpuidle.h