diff options
-rw-r--r-- | drivers/cpufreq/cpufreq_stats.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c index 4f1b8de2c9f3..b60a4c263686 100644 --- a/drivers/cpufreq/cpufreq_stats.c +++ b/drivers/cpufreq/cpufreq_stats.c | |||
@@ -338,8 +338,7 @@ static int __cpuinit cpufreq_stat_cpu_callback(struct notifier_block *nfb, | |||
338 | } | 338 | } |
339 | 339 | ||
340 | /* priority=1 so this will get called before cpufreq_remove_dev */ | 340 | /* priority=1 so this will get called before cpufreq_remove_dev */ |
341 | static struct notifier_block cpufreq_stat_cpu_notifier __refdata = | 341 | static struct notifier_block cpufreq_stat_cpu_notifier __refdata = { |
342 | { | ||
343 | .notifier_call = cpufreq_stat_cpu_callback, | 342 | .notifier_call = cpufreq_stat_cpu_callback, |
344 | .priority = 1, | 343 | .priority = 1, |
345 | }; | 344 | }; |