|
@@ -338,8 +338,7 @@ static int __cpuinit cpufreq_stat_cpu_callback(struct notifier_block *nfb,
|
|
}
|
|
}
|
|
|
|
|
|
/* priority=1 so this will get called before cpufreq_remove_dev */
|
|
/* priority=1 so this will get called before cpufreq_remove_dev */
|
|
-static struct notifier_block cpufreq_stat_cpu_notifier __refdata =
|
|
|
|
-{
|
|
|
|
|
|
+static struct notifier_block cpufreq_stat_cpu_notifier __refdata = {
|
|
.notifier_call = cpufreq_stat_cpu_callback,
|
|
.notifier_call = cpufreq_stat_cpu_callback,
|
|
.priority = 1,
|
|
.priority = 1,
|
|
};
|
|
};
|