commit | 9df31c22328a2415d30fab2a4a4d308a1f389aa7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Oct 07 16:55:29 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Oct 10 16:34:25 2022 +0200 |
tree | 1c793136f5236f5863bd38c4b7b103bbe25ed438 | |
parent | 217cb20d9a7331380cee0c7af8623a9c1d442b0f [diff] |
efi_loader: don't export efi_remove_all_protocols This function is only used inside efi_boottime.c and is not safe to use outside of this context. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>