Re: [PATCH 2/2] efi_loader: make efi_remove_protocol() static

2023-06-18 Thread Heinrich Schuchardt
On 6/15/23 08:57, Ilias Apalodimas wrote: A previous patch is removing the last consumer of efi_remove_protocol(). Switch that to static and treat it as an internal API in order to force users install and remove protocols with the appropriate EFI functions. It's worth noting that we still have

[PATCH 2/2] efi_loader: make efi_remove_protocol() static

2023-06-15 Thread Ilias Apalodimas
A previous patch is removing the last consumer of efi_remove_protocol(). Switch that to static and treat it as an internal API in order to force users install and remove protocols with the appropriate EFI functions. It's worth noting that we still have files using efi_add_protocol(). We should