]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: remove __maybe_unused from lmb_map_update_notify
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 28 Oct 2024 06:21:36 +0000 (07:21 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 1 Nov 2024 19:36:47 +0000 (13:36 -0600)
commit62fe870632fc6a8f18ff59c2e9579be9a80df3d7
treeccf009bf2177d506d26c8c3c770cef0ef4278b49
parent5f7c06bdc3c6b20362992cd1b6d137f5bb599a0a
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>
lib/lmb.c