diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq.c')
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 0937b8d6c2a4..b7bda8d9f081 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -1932,7 +1932,7 @@ no_policy: | |||
1932 | } | 1932 | } |
1933 | EXPORT_SYMBOL(cpufreq_update_policy); | 1933 | EXPORT_SYMBOL(cpufreq_update_policy); |
1934 | 1934 | ||
1935 | static int __cpuinit cpufreq_cpu_callback(struct notifier_block *nfb, | 1935 | static int cpufreq_cpu_callback(struct notifier_block *nfb, |
1936 | unsigned long action, void *hcpu) | 1936 | unsigned long action, void *hcpu) |
1937 | { | 1937 | { |
1938 | unsigned int cpu = (unsigned long)hcpu; | 1938 | unsigned int cpu = (unsigned long)hcpu; |