commit | 4d9668befc3d54c11d8b431a514e240320cd8e74 | [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 | 2eeb7feefce82493bff89ae194462295d9345c1b [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>