]> 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)
commit48cbf3184ba0f977b43339a9d6d022a14e2ca24c
treee6c4bf65861f7512615abe5173dadd546d1629fb
parentaf3594dc652d27a1be9786fb22f7c0db391f6673
cpufreq: Remove policy create/remove notifiers

Those were added by:

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

but aren't used anymore since:

commit 2bb7f19bd4cf ("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