commit | 78435defb5f04d4b38c5f5690adf3f48a4a98416 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:16 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:49 2024 -0600 |
tree | b4aa8772e7e6d9f8ad9f85083e94c15ceea0f611 | |
parent | f12b794f4c2eefdd9aa15534f3ffbfa14586476c [diff] |
lmb: staticize __lmb_alloc_base() The __lmb_alloc_base() function is only called from within the lmb module. Moreover, the lmb_alloc() and lmb_alloc_base() API's are good enough for the allocation API calls. Make the __lmb_alloc_base() function static. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>