Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c5e81aa authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown
Browse files

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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent d0a9081b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 (