lmb: staticise lmb_add_memory()
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 17 Jun 2025 10:43:42 +0000 (16:13 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 25 Jun 2025 15:50:37 +0000 (09:50 -0600)
commit3faffba6f19834bdda12b7942e545ff4a4a6e18b
treee4010e13a03c528a61e6256d4c84f1b401243294
parent6e4675b8e5d8d52d871042d6ac3429d6d1daf875
lmb: staticise lmb_add_memory()

lmb_add_memory() is only called from the lmb module. Mark the function
as static.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/lmb.h
lib/lmb.c