1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

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>
This commit is contained in:
Bin Meng
2023-04-05 20:15:17 +08:00
committed by Heinrich Schuchardt
parent 8063c55e58
commit ee23830b6e
2 changed files with 2 additions and 5 deletions

View File

@@ -513,9 +513,6 @@ struct efi_register_notify_event {
struct list_head handles;
};
/* List of all events registered by RegisterProtocolNotify() */
extern struct list_head efi_register_notify_events;
/* called at pre-initialization */
int efi_init_early(void);
/* Initialize efi execution environment */