提交 5c5e81aa 编写于 作者: A Andrew Morton 提交者: Len Brown

ACPI: acpi-cpufreq: remove unused data when !CONFIG_SMP

acpi-cpufreq.c, speedstep-centrino.c: warning: 'sw_any_bug_dmi_table' defined but not used
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 d0a9081b
......@@ -402,6 +402,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,
......@@ -414,6 +415,7 @@ static struct dmi_system_id sw_any_bug_dmi_table[] = {
},
{ }
};
#endif
static int
acpi_cpufreq_cpu_init (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册