]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/cpufreq/cpufreq.c
cpufreq: Remove policy create/remove notifiers
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 5 Jan 2017 04:47:27 +0000 (10:17 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 3 Feb 2017 22:59:38 +0000 (23:59 +0100)
commitf9f41e3ef99ac9d4e91b07634362e393fb929aad
treee6c4bf65861f7512615abe5173dadd546d1629fb
parent566cf877a1fcb6d6dc0126b076aad062054c2637
cpufreq: Remove policy create/remove notifiers

Those were added by:

commit fcd7af917abb ("cpufreq: stats: handle cpufreq_unregister_driver()
and suspend/resume properly")

but aren't used anymore since:

commit 1aefc75b2449 ("cpufreq: stats: Make the stats code non-modular").

Remove them. Also remove the redundant parameter to the respective
routines.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c
include/linux/cpufreq.h