mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
efi: loader: Make efi_runtime_mmio static
efi_runtime_mmio is only referenced in efi_boottime.c Signed-off-by: Bin Meng <bmeng@tinylab.org>
This commit is contained in:
parent
207b686421
commit
6fc4fc38ac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ struct efi_runtime_mmio_list {
|
|||
};
|
||||
|
||||
/* This list contains all runtime available mmio regions */
|
||||
LIST_HEAD(efi_runtime_mmio);
|
||||
static LIST_HEAD(efi_runtime_mmio);
|
||||
|
||||
static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue