mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 13:16:22 +00:00
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