mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
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:
parent
199675b9d5
commit
013f9f89f8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue