Commit fe0f9602 authored by Andrew Morton's avatar Andrew Morton Committed by Dave Jones

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 914f7c31
...@@ -392,7 +392,7 @@ static int sw_any_bug_found(struct dmi_system_id *d) ...@@ -392,7 +392,7 @@ static int sw_any_bug_found(struct dmi_system_id *d)
return 0; return 0;
} }
#ifdef CONFIG_SMP
static struct dmi_system_id sw_any_bug_dmi_table[] = { static struct dmi_system_id sw_any_bug_dmi_table[] = {
{ {
.callback = sw_any_bug_found, .callback = sw_any_bug_found,
...@@ -405,7 +405,7 @@ static struct dmi_system_id sw_any_bug_dmi_table[] = { ...@@ -405,7 +405,7 @@ static struct dmi_system_id sw_any_bug_dmi_table[] = {
}, },
{ } { }
}; };
#endif
/* /*
* centrino_cpu_init_acpi - register with ACPI P-States library * centrino_cpu_init_acpi - register with ACPI P-States library
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment