diff options
author | Andrew Morton <akpm@osdl.org> | 2006-10-20 17:31:01 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-21 01:33:13 -0400 |
commit | fe0f96020d5158b6579548666c842706ce3af371 (patch) | |
tree | eb9d1f30cafa045b7865661ce4fb2b21a76aafa1 | |
parent | 914f7c31b0bea0ccf3bf474d0b99d803f7985097 (diff) |
[CPUFREQ] speedstep-centrino: remove dead code
arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c:396: warning: 'sw_any_bug_dmi_table' defined but not used
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c index 70178bf8002d..f6afa239d513 100644 --- a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c +++ b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | |||
@@ -392,7 +392,7 @@ static int sw_any_bug_found(struct dmi_system_id *d) | |||
392 | return 0; | 392 | return 0; |
393 | } | 393 | } |
394 | 394 | ||
395 | 395 | #ifdef CONFIG_SMP | |
396 | static struct dmi_system_id sw_any_bug_dmi_table[] = { | 396 | static struct dmi_system_id sw_any_bug_dmi_table[] = { |
397 | { | 397 | { |
398 | .callback = sw_any_bug_found, | 398 | .callback = sw_any_bug_found, |
@@ -405,7 +405,7 @@ static struct dmi_system_id sw_any_bug_dmi_table[] = { | |||
405 | }, | 405 | }, |
406 | { } | 406 | { } |
407 | }; | 407 | }; |
408 | 408 | #endif | |
409 | 409 | ||
410 | /* | 410 | /* |
411 | * centrino_cpu_init_acpi - register with ACPI P-States library | 411 | * centrino_cpu_init_acpi - register with ACPI P-States library |