aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpufreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r--include/linux/cpufreq.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index 0aba2a6cadaf..e8c77d330479 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -187,9 +187,11 @@ struct cpufreq_driver {
187 187
188 /* define one out of two */ 188 /* define one out of two */
189 int (*setpolicy) (struct cpufreq_policy *policy); 189 int (*setpolicy) (struct cpufreq_policy *policy);
190 int (*target) (struct cpufreq_policy *policy, 190 int (*target) (struct cpufreq_policy *policy, /* Deprecated */
191 unsigned int target_freq, 191 unsigned int target_freq,
192 unsigned int relation); 192 unsigned int relation);
193 int (*target_index) (struct cpufreq_policy *policy,
194 unsigned int index);
193 195
194 /* should be defined, if possible */ 196 /* should be defined, if possible */
195 unsigned int (*get) (unsigned int cpu); 197 unsigned int (*get) (unsigned int cpu);