diff options
Diffstat (limited to 'drivers/acpi/processor_idle.c')
-rw-r--r-- | drivers/acpi/processor_idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index 39e0c8e36244..d540f42c9232 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c | |||
@@ -94,7 +94,7 @@ static int set_max_cstate(const struct dmi_system_id *id) | |||
94 | return 0; | 94 | return 0; |
95 | } | 95 | } |
96 | 96 | ||
97 | static struct dmi_system_id processor_power_dmi_table[] = { | 97 | static const struct dmi_system_id processor_power_dmi_table[] = { |
98 | { set_max_cstate, "Clevo 5600D", { | 98 | { set_max_cstate, "Clevo 5600D", { |
99 | DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"), | 99 | DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"), |
100 | DMI_MATCH(DMI_BIOS_VERSION,"SHE845M0.86C.0013.D.0302131307")}, | 100 | DMI_MATCH(DMI_BIOS_VERSION,"SHE845M0.86C.0013.D.0302131307")}, |