kernel/drivers/cpufreq/sh-cpufreq.c
.. .. @@ -87,7 +87,7 @@ 87 87 return work_on_cpu(policy->cpu, __sh_cpufreq_target, &data); 88 88 } 89 89 90 -static int sh_cpufreq_verify(struct cpufreq_policy *policy)90 +static int sh_cpufreq_verify(struct cpufreq_policy_data *policy)91 91 { 92 92 struct clk *cpuclk = &per_cpu(sh_cpuclk, policy->cpu); 93 93 struct cpufreq_frequency_table *freq_table;