Commit 423282af authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

Merge ACPI APEI material for v5.11.

parents 4fba15fb 8b627404
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ struct apei_res {
};

/* Collect all resources requested, to avoid conflict */
struct apei_resources apei_resources_all = {
static struct apei_resources apei_resources_all = {
	.iomem = LIST_HEAD_INIT(apei_resources_all.iomem),
	.ioport = LIST_HEAD_INIT(apei_resources_all.ioport),
};