summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-02-10 11:06:17 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-02-10 15:05:40 +0300
commit124725732fdfd63ebb2f6514c690181ccbe13444 (patch)
tree9c4e403ac79cd76327fd74566e3309c6c9cb2189 /lib
parentf28c4b22228e465c3d2535728dd40ce2ff5095fa (diff)
downloadu-boot-124725732fdfd63ebb2f6514c690181ccbe13444.tar.xz
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/efi_variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_variable.c b/lib/efi_loader/efi_variable.c
index 4d4dfa6b15..4c85cfa607 100644
--- a/lib/efi_loader/efi_variable.c
+++ b/lib/efi_loader/efi_variable.c
@@ -395,7 +395,7 @@ efi_status_t efi_query_variable_info_int(u32 attributes,
* selected type
* Returns: status code
*/
-efi_status_t __efi_runtime EFIAPI efi_query_variable_info_runtime(
+static efi_status_t __efi_runtime EFIAPI efi_query_variable_info_runtime(
u32 attributes,
u64 *maximum_variable_storage_size,
u64 *remaining_variable_storage_size,