commit | da0a791107c2f34451033227c3eebcbfdb2f9a71 | [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 | ebbda7bcfea6d55d80ce3170d27c96819d454eb3 [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>