]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi: loader: Make efi_event_queue and efi_register_notify_events static
authorBin Meng <bmeng@tinylab.org>
Wed, 5 Apr 2023 12:15:17 +0000 (20:15 +0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 8 Apr 2023 05:46:44 +0000 (07:46 +0200)
commitee23830b6ed20827c24e3ef775e6c75948a61b94
treee1eeb1e3e887323c37c76356ea15eee8adfb9ce2
parent8063c55e585c9fa17f4ae8faf638564949027871
efi: loader: Make efi_event_queue and efi_register_notify_events static

efi_event_queue and efi_register_notify_events are only referenced
in efi_boottime.c

Signed-off-by: Bin Meng <bmeng@tinylab.org>
include/efi_loader.h
lib/efi_loader/efi_boottime.c