]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: Make tcg2_uninit() static
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Wed, 30 Oct 2024 20:40:59 +0000 (22:40 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 31 Oct 2024 05:05:08 +0000 (06:05 +0100)
commitc8c10b83ef0a7a04ba40223c841f6f721d9a28a3
treede9a9d4393f67b45e4a13fc3dcf687b19848238b
parent84b95e918942d0e29e3634d265694030f76faf5a
efi_loader: Make tcg2_uninit() static

This function is only used locally, so make it static and quiesce
the W=1 warning

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_tcg2.c