commit | 306bf6e7ff9b267e4c38f8f38900cb93fa96b62b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed May 06 01:51:04 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 07 18:23:16 2020 +0200 |
tree | d420029f1744255e3a400d09dd0c833278ab7ac6 | |
parent | 3fdff6be40b01423aacf2c02eb3b4ef6d2186caf [diff] |
efi_loader: do not unnecessarily use EFI_CALL() There is no need to call efi_get_variable() instead of efi_get_variable_common(). So let's use the internal function. Move forward declarations to the top of the file. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>