commit | 692a3b9a89947b27fc76d40b2613b33286a1690b | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Sep 01 14:41:55 2021 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Sep 02 18:04:17 2021 +0200 |
tree | ae9860e910b4f542f3c00cf58d850aaffe950151 | |
parent | b2a6181e27c325f0e654b8d33e5fb621fc3db52b [diff] |
cpufreq: acpi: Remove acpi_cpufreq_cpu_ready() The ready() callback was implemented earlier for acpi-cpufreq driver as we wanted to use policy->cpuinfo.max_freq for which the policy was required to be verified. That is no longer the case and we can do the pr_warn() right from ->init() callback now. Remove acpi_cpufreq_cpu_ready(). Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>