diff options
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 6ce1bb735635..199dcb9f0b83 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -1876,8 +1876,7 @@ static int __cpuinit cpufreq_cpu_callback(struct notifier_block *nfb, | |||
1876 | return NOTIFY_OK; | 1876 | return NOTIFY_OK; |
1877 | } | 1877 | } |
1878 | 1878 | ||
1879 | static struct notifier_block __refdata cpufreq_cpu_notifier = | 1879 | static struct notifier_block __refdata cpufreq_cpu_notifier = { |
1880 | { | ||
1881 | .notifier_call = cpufreq_cpu_callback, | 1880 | .notifier_call = cpufreq_cpu_callback, |
1882 | }; | 1881 | }; |
1883 | 1882 | ||