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:
Bin Meng 2023-04-05 20:15:19 +08:00 committed by Heinrich Schuchardt
parent 207b686421
commit 6fc4fc38ac

View File

@ -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);