aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/powernv-cpufreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/powernv-cpufreq.c')
-rw-r--r--drivers/cpufreq/powernv-cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/powernv-cpufreq.c b/drivers/cpufreq/powernv-cpufreq.c
index af4968813e76..bb1d08dc8cc8 100644
--- a/drivers/cpufreq/powernv-cpufreq.c
+++ b/drivers/cpufreq/powernv-cpufreq.c
@@ -235,7 +235,7 @@ static void powernv_read_cpu_freq(void *arg)
235 * firmware for CPU 'cpu'. This value is reported through the sysfs 235 * firmware for CPU 'cpu'. This value is reported through the sysfs
236 * file cpuinfo_cur_freq. 236 * file cpuinfo_cur_freq.
237 */ 237 */
238unsigned int powernv_cpufreq_get(unsigned int cpu) 238static unsigned int powernv_cpufreq_get(unsigned int cpu)
239{ 239{
240 struct powernv_smp_call_data freq_data; 240 struct powernv_smp_call_data freq_data;
241 241