Skip to content

Commit

Permalink
[CPUFREQ] speedstep-centrino: remove dead code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Dave Jones committed Oct 21, 2006
1 parent 914f7c3 commit fe0f960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static int sw_any_bug_found(struct dmi_system_id *d)
return 0;
}


#ifdef CONFIG_SMP
static struct dmi_system_id sw_any_bug_dmi_table[] = {
{
.callback = sw_any_bug_found,
Expand All @@ -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
Expand Down

0 comments on commit fe0f960

Please sign in to comment.