commit | 3d679aed62d462030b598813ca1a6eebb8d27aa2 | [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 | f506ca00d6c27a56b9471b49c706b2374bfa40ca [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>