]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3570ff11c742424c6fe333e410a802cf8a28f88a
treee6c4bf65861f7512615abe5173dadd546d1629fb
parenta2323382aa4d62abf3cb3d164d2fc4212fb7f298
cpufreq: Remove policy create/remove notifiers

Those were added by:

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

but aren't used anymore since:

commit 403417fd1809 ("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