diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-14 10:32:44 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-21 19:30:32 +0100 |
| commit | 98838b56cdc6f03207cc2efb93f5de8d1b24974e (patch) | |
| tree | 5b734a7cbe2baf40880863695238db2f2b14fefe /include | |
| parent | 178900ab9a80c7103fb7423e4298318374dd55cf (diff) | |
efi_selftest: simplify efi_st_query_variable_common
Use global st_runtime.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_selftest.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/efi_selftest.h b/include/efi_selftest.h index 4ee46cbbb66..874f8b5efe7 100644 --- a/include/efi_selftest.h +++ b/include/efi_selftest.h @@ -151,13 +151,11 @@ u16 efi_st_get_key(void); /** * efi_st_query_variable_common - Common variable tests for boottime/runtime * - * @runtime: Pointer to services table * @attributes: Attributes used * * Return: EFI_ST_SUCCESS/FAILURE */ -int efi_st_query_variable_common(struct efi_runtime_services *runtime, - u32 attributes); +int efi_st_query_variable_common(u32 attributes); /** * struct efi_unit_test - EFI unit test |
