diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-07-10 13:03:11 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-07-10 13:03:11 +0200 |
commit | 9dabb5b48fe5e7bf74ee4d1912c0403cf12885d4 (patch) | |
tree | 720fd0d03e0ab2d757ac9ad7f4d87c13f47acb7d /drivers/cpufreq/ppc_cbe_cpufreq.c | |
parent | d92467ad9d9ee63a700934b9228a989ef671d511 (diff) | |
parent | 7ad9eab9d4b299c837aadb0789102d27c3f1c1e1 (diff) | |
download | lwn-9dabb5b48fe5e7bf74ee4d1912c0403cf12885d4.tar.gz lwn-9dabb5b48fe5e7bf74ee4d1912c0403cf12885d4.zip |
Merge back cpufreq material for 6.11.
Diffstat (limited to 'drivers/cpufreq/ppc_cbe_cpufreq.c')
-rw-r--r-- | drivers/cpufreq/ppc_cbe_cpufreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/cpufreq/ppc_cbe_cpufreq.c b/drivers/cpufreq/ppc_cbe_cpufreq.c index 88afc49941b7..5ee4c7bfdcc5 100644 --- a/drivers/cpufreq/ppc_cbe_cpufreq.c +++ b/drivers/cpufreq/ppc_cbe_cpufreq.c @@ -113,10 +113,9 @@ static int cbe_cpufreq_cpu_init(struct cpufreq_policy *policy) return 0; } -static int cbe_cpufreq_cpu_exit(struct cpufreq_policy *policy) +static void cbe_cpufreq_cpu_exit(struct cpufreq_policy *policy) { cbe_cpufreq_pmi_policy_exit(policy); - return 0; } static int cbe_cpufreq_target(struct cpufreq_policy *policy, |