The patch titled fix warning in speedstep-centrino.c has been added to the -mm tree. Its filename is fix-warning-in-speedstep-centrinoc.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix warning in speedstep-centrino.c From: Holger Schurig <hs4233@xxxxxxxxxxxxxxxxxxxx> Fixes warning: 'sw_any_bug_dmi_table' defined but not used Signed-off-by: Holger Schurig <hs4233@xxxxxxxxxxxxxxxxxxxx> Cc: Dave Jones <davej@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c~fix-warning-in-speedstep-centrinoc arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c --- a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c~fix-warning-in-speedstep-centrinoc +++ a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c @@ -386,6 +386,7 @@ static int centrino_cpu_early_init_acpi( * 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) { @@ -804,6 +805,7 @@ static struct freq_attr* centrino_attr[] &cpufreq_freq_attr_scaling_available_freqs, NULL, }; +#endif static struct cpufreq_driver centrino_driver = { .name = "centrino", /* should be speedstep-centrino, _ Patches currently in -mm which might be from hs4233@xxxxxxxxxxxxxxxxxxxx are fix-warning-in-speedstep-centrinoc.patch usb-support-for-dmc-tsc-10-take-2.patch usb-support-for-dmc-tsc-10-take-2-tidy.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html