commit | 30e7acb6c8e68472eae6aa270fe97618f990cee2 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Jun 17 16:13:42 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 25 09:50:37 2025 -0600 |
tree | e4010e13a03c528a61e6256d4c84f1b401243294 | |
parent | 7bdfe12634179c65d6db9f5ca9c0ec96ee45732d [diff] |
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>