On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu <[email protected]> wrote: > > 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 <[email protected]> > Reviewed-by: Ilias Apalodimas <[email protected]> > --- > Changes since V1: None > > include/lmb.h | 2 -- > lib/lmb.c | 39 ++++++++++++++++++++------------------- > 2 files changed, 20 insertions(+), 21 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

