lmb: remove __maybe_unused from lmb_map_update_notify

Function lmb_map_update_notify() is always referenced.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
Heinrich Schuchardt
2024-10-28 07:21:36 +01:00
committed by Tom Rini
parent 5f7c06bdc3
commit 62fe870632

View File

@@ -35,9 +35,8 @@ static bool lmb_should_notify(enum lmb_flags flags)
CONFIG_IS_ENABLED(EFI_LOADER);
}
static int __maybe_unused lmb_map_update_notify(phys_addr_t addr,
phys_size_t size,
u8 op, enum lmb_flags flags)
static int lmb_map_update_notify(phys_addr_t addr, phys_size_t size, u8 op,
enum lmb_flags flags)
{
u64 efi_addr;
u64 pages;