Commit 44f610cd authored by Mathias Krause's avatar Mathias Krause Committed by Rafael J. Wysocki

ACPI / AC: constify DMI system id table

There is no need to have ac_dmi_table[] writeable, constify it.
Signed-off-by: default avatarMathias Krause <minipli@googlemail.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 0f57d867
...@@ -308,7 +308,7 @@ static int thinkpad_e530_quirk(const struct dmi_system_id *d) ...@@ -308,7 +308,7 @@ static int thinkpad_e530_quirk(const struct dmi_system_id *d)
return 0; return 0;
} }
static struct dmi_system_id ac_dmi_table[] = { static const struct dmi_system_id ac_dmi_table[] = {
{ {
.callback = thinkpad_e530_quirk, .callback = thinkpad_e530_quirk,
.ident = "thinkpad e530", .ident = "thinkpad e530",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment