diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/cpufreq/cpufreq_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c index c25bdb7aec51..9694b6ed3268 100644 --- a/drivers/cpufreq/cpufreq_stats.c +++ b/drivers/cpufreq/cpufreq_stats.c | |||
@@ -303,7 +303,7 @@ cpufreq_stat_notifier_trans (struct notifier_block *nb, unsigned long val, | |||
303 | return 0; | 303 | return 0; |
304 | } | 304 | } |
305 | 305 | ||
306 | static int __cpuinit cpufreq_stat_cpu_callback(struct notifier_block *nfb, | 306 | static int cpufreq_stat_cpu_callback(struct notifier_block *nfb, |
307 | unsigned long action, void *hcpu) | 307 | unsigned long action, void *hcpu) |
308 | { | 308 | { |
309 | unsigned int cpu = (unsigned long)hcpu; | 309 | unsigned int cpu = (unsigned long)hcpu; |