forked from Minki/linux
Merge ACPI APEI material for v5.11.
This commit is contained in:
commit
423282af88
@ -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),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user