diff options
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r-- | include/linux/cpufreq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index 91b8c84e8cd0..aaf800eb9dd2 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h | |||
@@ -450,6 +450,8 @@ int cpufreq_frequency_table_target(struct cpufreq_policy *policy, | |||
450 | unsigned int target_freq, | 450 | unsigned int target_freq, |
451 | unsigned int relation, | 451 | unsigned int relation, |
452 | unsigned int *index); | 452 | unsigned int *index); |
453 | int cpufreq_frequency_table_get_index(struct cpufreq_policy *policy, | ||
454 | unsigned int freq); | ||
453 | 455 | ||
454 | void cpufreq_frequency_table_update_policy_cpu(struct cpufreq_policy *policy); | 456 | void cpufreq_frequency_table_update_policy_cpu(struct cpufreq_policy *policy); |
455 | ssize_t cpufreq_show_cpus(const struct cpumask *mask, char *buf); | 457 | ssize_t cpufreq_show_cpus(const struct cpumask *mask, char *buf); |