forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/cpufreq/sh-cpufreq.c
....@@ -87,7 +87,7 @@
8787 return work_on_cpu(policy->cpu, __sh_cpufreq_target, &data);
8888 }
8989
90
-static int sh_cpufreq_verify(struct cpufreq_policy *policy)
90
+static int sh_cpufreq_verify(struct cpufreq_policy_data *policy)
9191 {
9292 struct clk *cpuclk = &per_cpu(sh_cpuclk, policy->cpu);
9393 struct cpufreq_frequency_table *freq_table;