]> git.baikalelectronics.ru Git - uboot.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)
commit6c86c2ded91ca2a15f9546acab511b7c11fd7224
tree9c4e403ac79cd76327fd74566e3309c6c9cb2189
parent2a26d6f303227b63624b9beb9d1f3f233208965b
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