Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fe0f96020d5158b6579548666c842706ce3af371
Commit:     fe0f96020d5158b6579548666c842706ce3af371
Parent:     914f7c31b0bea0ccf3bf474d0b99d803f7985097
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 20 14:31:01 2006 -0700
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Sat Oct 21 01:33:13 2006 -0400

    [CPUFREQ] speedstep-centrino: remove dead code
    
    arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c:396: warning: 
'sw_any_bug_dmi_table' defined but not used
    
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
---
 arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c 
b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
index 70178bf..f6afa23 100644
--- a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
+++ b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
@@ -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,
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to