Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5186cf9c authored by Mathias Krause's avatar Mathias Krause Committed by Corey Minyard
Browse files

ipmi: constify SSIF ACPI device ids



Constify the ACPI device ID array, it doesn't need to be writable at
runtime.

Signed-off-by: default avatarMathias Krause <minipli@googlemail.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent a7930899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1787,7 +1787,7 @@ static unsigned short *ssif_address_list(void)
}

#ifdef CONFIG_ACPI
static struct acpi_device_id ssif_acpi_match[] = {
static const struct acpi_device_id ssif_acpi_match[] = {
	{ "IPI0001", 0 },
	{ },
};