efi_loader: make efi_add_memory_map_pg() static
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 16 Feb 2025 11:12:41 +0000 (12:12 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 20 Feb 2025 10:09:33 +0000 (11:09 +0100)
commit5ce629db2512d70f298bc1d422fefad63a74c7f5
tree7ad88eb8021be9afd2473d3cde1ab75af3ccbbbf
parent41d5734442c03439a534abfc2493d0ce9ca5000a
efi_loader: make efi_add_memory_map_pg() static

The function is only used in the efi_memory.c module.

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