Commit d38f6bce authored by Miaohe Lin's avatar Miaohe Lin Committed by Rafael J. Wysocki

ACPI: APEI: mark bert_disable as __initdata

It's only used inside the __init section. Mark it __initdata.
Signed-off-by: default avatarMiaohe Lin <linmiaohe@huawei.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 43482701
......@@ -34,7 +34,7 @@
#define ACPI_BERT_PRINT_MAX_RECORDS 5
#define ACPI_BERT_PRINT_MAX_LEN 1024
static int bert_disable;
static int bert_disable __initdata;
/*
* Print "all" the error records in the BERT table, but avoid huge spam to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment