]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: static efi_query_variable_info_runtime()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 08:06:17 +0000 (09:06 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 12:05:40 +0000 (13:05 +0100)
commit124725732fdfd63ebb2f6514c690181ccbe13444
tree9c4e403ac79cd76327fd74566e3309c6c9cb2189
parentf28c4b22228e465c3d2535728dd40ce2ff5095fa
efi_loader: static efi_query_variable_info_runtime()

This function is not used externally and hence should be static.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_variable.c