efi_loader: Make efi_run_image() static
authorSimon Glass <sjg@chromium.org>
Thu, 9 Jan 2025 15:02:39 +0000 (08:02 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 17 Jan 2025 20:05:49 +0000 (21:05 +0100)
commitf58b0d00126a906f9e1e9fc1c55512b47c8e51be
tree9b5eb41800ab615a599ea4893fb4317a01bc010b
parentef7b3f4323872febcff23c8370d735c4fa9b7e3d
efi_loader: Make efi_run_image() static

This function is not called from outside this file and has no entry in
the header file, so mark it static.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_bootbin.c