[PATCH 0/8] efi_loader: fix function definitions
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Feb 10 09:09:36 CET 2023
When building with 'make W=1' several warnings concerning function
definitions are shown. Fix them all.
Heinrich Schuchardt (8):
efi_loader: static functions in helloworld.c
efi_loader: static functions in efi_boottime.c
efi_loader: static functions in efi_console.c
efi_loader: static functions in efi_runtime.c
efi_loader: provide definition for efi_add_known_memory()
efi_loader: include definition of allow_unaligned()
efi_loader: make gop_blt() static
efi_loader: static efi_query_variable_info_runtime()
include/efi_loader.h | 7 +++++++
lib/efi_loader/efi_boottime.c | 6 ++++--
lib/efi_loader/efi_console.c | 2 +-
lib/efi_loader/efi_gop.c | 11 ++++++-----
lib/efi_loader/efi_runtime.c | 4 ++--
lib/efi_loader/efi_setup.c | 1 +
lib/efi_loader/efi_variable.c | 2 +-
lib/efi_loader/helloworld.c | 3 ++-
8 files changed, 24 insertions(+), 12 deletions(-)
--
2.38.1
More information about the U-Boot
mailing list