1
0
Fork 0

asus-nb-wmi: Constify asus_quirks[] DMI table

Constify the asus_quirks[] DMI table. There's no need to have it
writeable during runtime.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
hifive-unleashed-5.1
Mathias Krause 2014-07-16 19:43:08 +02:00 committed by Matthew Garrett
parent d997d88edf
commit 55d1e9d83d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ static int dmi_matched(const struct dmi_system_id *dmi)
return 1;
}
static struct dmi_system_id asus_quirks[] = {
static const struct dmi_system_id asus_quirks[] = {
{
.callback = dmi_matched,
.ident = "ASUSTeK COMPUTER INC. X401U",