commit | 3e0f897fd92662f0ff21ca1759d724a9ad574858 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Jun 23 09:54:42 2021 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jun 30 18:54:11 2021 +0200 |
tree | b1d98c9c0d209ce59031eceaf6cedd59dcdf70cd | |
parent | 952da0c9ab5b047665442dc239cee36d5c9edb98 [diff] |
cpufreq: Remove the ->stop_cpu() driver callback Now that all users of ->stop_cpu() have been migrated to using other callbacks, drop it from the core. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> [ rjw: Minor edits in the subject and changelog ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>