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 a5ce0bbeadb5..905117bd5012 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h | |||
@@ -883,6 +883,8 @@ static inline bool policy_has_boost_freq(struct cpufreq_policy *policy) | |||
883 | } | 883 | } |
884 | #endif | 884 | #endif |
885 | 885 | ||
886 | extern unsigned int arch_freq_get_on_cpu(int cpu); | ||
887 | |||
886 | /* the following are really really optional */ | 888 | /* the following are really really optional */ |
887 | extern struct freq_attr cpufreq_freq_attr_scaling_available_freqs; | 889 | extern struct freq_attr cpufreq_freq_attr_scaling_available_freqs; |
888 | extern struct freq_attr cpufreq_freq_attr_scaling_boost_freqs; | 890 | extern struct freq_attr cpufreq_freq_attr_scaling_boost_freqs; |