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:

committed by
Tom Rini

parent
5f7c06bdc3
commit
62fe870632
@@ -35,9 +35,8 @@ static bool lmb_should_notify(enum lmb_flags flags)
|
|||||||
CONFIG_IS_ENABLED(EFI_LOADER);
|
CONFIG_IS_ENABLED(EFI_LOADER);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __maybe_unused lmb_map_update_notify(phys_addr_t addr,
|
static int lmb_map_update_notify(phys_addr_t addr, phys_size_t size, u8 op,
|
||||||
phys_size_t size,
|
enum lmb_flags flags)
|
||||||
u8 op, enum lmb_flags flags)
|
|
||||||
{
|
{
|
||||||
u64 efi_addr;
|
u64 efi_addr;
|
||||||
u64 pages;
|
u64 pages;
|
||||||
|
Reference in New Issue
Block a user