aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c4
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 70178bf8002d..f6afa239d513 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)
392 return 0; 392 return 0;
393} 393}
394 394
395 395#ifdef CONFIG_SMP
396static struct dmi_system_id sw_any_bug_dmi_table[] = { 396static struct dmi_system_id sw_any_bug_dmi_table[] = {
397 { 397 {
398 .callback = sw_any_bug_found, 398 .callback = sw_any_bug_found,
@@ -405,7 +405,7 @@ static struct dmi_system_id sw_any_bug_dmi_table[] = {
405 }, 405 },
406 { } 406 { }
407}; 407};
408 408#endif
409 409
410/* 410/*
411 * centrino_cpu_init_acpi - register with ACPI P-States library 411 * centrino_cpu_init_acpi - register with ACPI P-States library