[patch 2.6.19-rc6] fix warning in speedstep-centrino.c

From: Holger Schurig
Date: Fri Nov 17 2006 - 11:36:48 EST


Fixes warning: 'sw_any_bug_dmi_table' defined but not used

Signed-off-by: Holger Schurig <hs4233@xxxxxxxxxxxxxxxxxxxx>

--- linux.orig/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
+++ linux/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
@@ -385,6 +385,7 @@
* detected, this has a side effect of making CPU run at a different speed
* than OS intended it to run at. Detect it and handle it cleanly.
*/
+#ifdef CONFIG_SMP
static int bios_with_sw_any_bug;
static int sw_any_bug_found(struct dmi_system_id *d)
{
@@ -405,6 +406,7 @@
},
{ }
};
+#endif


/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/