From 0a64594e9b98c02283df1937c225d4ab80eca888 Mon Sep 17 00:00:00 2001 From: Neal Buckendahl Date: Tue, 22 Jun 2010 22:02:44 -0500 Subject: [PATCH] --- yaml --- r: 202530 b: refs/heads/master c: 9c36f746d7e191ad6f44f01859af843f0c4d3c5d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/cpufreq/cpufreq.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5c7748ee0244..8ae9e147fb5e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6f4f2723d08534fd4e407e1ef8500b0f4d12c30c +refs/heads/master: 9c36f746d7e191ad6f44f01859af843f0c4d3c5d diff --git a/trunk/drivers/cpufreq/cpufreq.c b/trunk/drivers/cpufreq/cpufreq.c index 6ce1bb735635..199dcb9f0b83 100644 --- a/trunk/drivers/cpufreq/cpufreq.c +++ b/trunk/drivers/cpufreq/cpufreq.c @@ -1876,8 +1876,7 @@ static int __cpuinit cpufreq_cpu_callback(struct notifier_block *nfb, return NOTIFY_OK; } -static struct notifier_block __refdata cpufreq_cpu_notifier = -{ +static struct notifier_block __refdata cpufreq_cpu_notifier = { .notifier_call = cpufreq_cpu_callback, };