aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/cpufreq_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/powermac/cpufreq_32.c')
-rw-r--r--arch/powerpc/platforms/powermac/cpufreq_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/cpufreq_32.c b/arch/powerpc/platforms/powermac/cpufreq_32.c
index af2a8f9f122..7adb3845c3e 100644
--- a/arch/powerpc/platforms/powermac/cpufreq_32.c
+++ b/arch/powerpc/platforms/powermac/cpufreq_32.c
@@ -68,7 +68,7 @@ static unsigned int cur_freq;
68static unsigned int sleep_freq; 68static unsigned int sleep_freq;
69 69
70/* 70/*
71 * Different models uses different mecanisms to switch the frequency 71 * Different models uses different mechanisms to switch the frequency
72 */ 72 */
73static int (*set_speed_proc)(int low_speed); 73static int (*set_speed_proc)(int low_speed);
74static unsigned int (*get_speed_proc)(void); 74static unsigned int (*get_speed_proc)(void);