commit | 50823f0a1e6c92a9d1f8c84fa6c7c31cf9ab1065 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Sat Oct 26 11:05:53 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 29 16:17:47 2024 -0600 |
tree | 15142d17c53045be5415f13eac835254738de67d | |
parent | 095a09a589ee47fe1e9ffe2a11a96b84e1202ace [diff] |
disk: Mark static functions in part_efi.c Mark all the functions that are only defined locally as static and quiesce W=1 warnings Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> [trini: Add __maybe_unused as it's now seen as unused in some cases] Signed-off-by: Tom Rini <trini@konsulko.com>