[PATCH] cpufreq: silence cpufreq for UP

drivers/cpufreq/cpufreq.c: In function `cpufreq_remove_dev':
drivers/cpufreq/cpufreq.c:696: warning: unused variable `cpu_sys_dev'

Signed-off-by: Grant Coady <gcoady@gmail.com>
Cc: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Grant Coady and committed by Linus Torvalds e738cf6d 0bd0f9fb

+1 -1
+1 -1
drivers/cpufreq/cpufreq.c
··· 693 unsigned int cpu = sys_dev->id; 694 unsigned long flags; 695 struct cpufreq_policy *data; 696 - struct sys_device *cpu_sys_dev; 697 #ifdef CONFIG_SMP 698 unsigned int j; 699 #endif 700
··· 693 unsigned int cpu = sys_dev->id; 694 unsigned long flags; 695 struct cpufreq_policy *data; 696 #ifdef CONFIG_SMP 697 + struct sys_device *cpu_sys_dev; 698 unsigned int j; 699 #endif 700