efi: selftest: Make record static
record is only referenced in efi_selftest_exitbootservices.c Signed-off-by: Bin Meng <bmeng@tinylab.org>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
199675b9d5
commit
013f9f89f8
@@ -27,7 +27,7 @@ struct notification_context {
|
||||
|
||||
static struct efi_boot_services *boottime;
|
||||
static struct efi_event *efi_st_event_notify;
|
||||
struct notification_record record;
|
||||
static struct notification_record record;
|
||||
|
||||
struct notification_context context_before = {
|
||||
.record = &record,
|
||||
|
||||
Reference in New Issue
Block a user