mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14: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_boot_services *boottime;
|
||||||
static struct efi_event *efi_st_event_notify;
|
static struct efi_event *efi_st_event_notify;
|
||||||
struct notification_record record;
|
static struct notification_record record;
|
||||||
|
|
||||||
struct notification_context context_before = {
|
struct notification_context context_before = {
|
||||||
.record = &record,
|
.record = &record,
|
||||||
|
|
Loading…
Reference in a new issue