diff options
-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 65ac58511228..e027052a6604 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -1730,7 +1730,7 @@ int cpufreq_update_policy(unsigned int cpu) | |||
1730 | } | 1730 | } |
1731 | EXPORT_SYMBOL(cpufreq_update_policy); | 1731 | EXPORT_SYMBOL(cpufreq_update_policy); |
1732 | 1732 | ||
1733 | static int cpufreq_cpu_callback(struct notifier_block *nfb, | 1733 | static int __cpuinit cpufreq_cpu_callback(struct notifier_block *nfb, |
1734 | unsigned long action, void *hcpu) | 1734 | unsigned long action, void *hcpu) |
1735 | { | 1735 | { |
1736 | unsigned int cpu = (unsigned long)hcpu; | 1736 | unsigned int cpu = (unsigned long)hcpu; |