cpufreq: Give consistent names to cpufreq_policy objects
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / cpufreq_governor.h
index cf0b7a4425b03057d4d4119a41fd6ff939517440..264e509a9149eae00b22f98bd82cd27f54d070ea 100644 (file)
@@ -221,7 +221,7 @@ struct od_ops {
        void (*powersave_bias_init_cpu)(int cpu);
        unsigned int (*powersave_bias_target)(struct cpufreq_policy *policy,
                        unsigned int freq_next, unsigned int relation);
-       void (*freq_increase)(struct cpufreq_policy *p, unsigned int freq);
+       void (*freq_increase)(struct cpufreq_policy *policy, unsigned int freq);
 };
 
 struct cs_ops {