mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 14:14:37 +08:00
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>
This commit is contained in:
parent
f28c4b2222
commit
124725732f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user