aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cpu-freq
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2014-03-19 11:24:58 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-03-19 14:10:24 +0100
commit0b443ead714f0cba797a7f2476dd756f22b5421e (patch)
treeed27366834ff0740fddbba8ce4f0e7ae59a8188e /Documentation/cpu-freq
parentcpufreq: Do not allow ->setpolicy drivers to provide ->target (diff)
downloadlinux-dev-0b443ead714f0cba797a7f2476dd756f22b5421e.tar.xz
linux-dev-0b443ead714f0cba797a7f2476dd756f22b5421e.zip
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}
Two cpufreq notifiers CPUFREQ_RESUMECHANGE and CPUFREQ_SUSPENDCHANGE have not been used for some time, so remove them to clean up code a bit. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> [rjw: Changelog] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r--Documentation/cpu-freq/core.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/cpu-freq/core.txt b/Documentation/cpu-freq/core.txt
index ce0666e51036..0060d76b445f 100644
--- a/Documentation/cpu-freq/core.txt
+++ b/Documentation/cpu-freq/core.txt
@@ -92,7 +92,3 @@ values:
cpu - number of the affected CPU
old - old frequency
new - new frequency
-
-If the cpufreq core detects the frequency has changed while the system
-was suspended, these notifiers are called with CPUFREQ_RESUMECHANGE as
-second argument.