commit | d1e9a26e87719a2502e000853ae63f6e0a1ced7a | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Dec 18 09:02:36 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 30 13:21:55 2024 -0600 |
tree | c5dc6997a16545ae73033f3cacb19e6fd61e7152 | |
parent | cc2ed3de994f1e67116b473aa05e0ccc7b1df323 [diff] |
lmb: Remove lmb_alloc_base_flags() lmb_alloc_base() is just calling lmb_alloc_base_flags() with LMB_NONE. There's not much we gain from this abstraction, so let's remove the former add the flags argument to lmb_alloc_base() and make the code a bit easier to follow. Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> Tested-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>