commit | e2a6f9790011e4e5f3baab08ac9d06162b94394c | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Dec 18 09:02:34 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 30 13:21:55 2024 -0600 |
tree | 7fa73f03844dca9c6835020d2315468178cd796e | |
parent | 5421c333552d1b8967ad189b2df9a98e8894573b [diff] |
lmb: Remove lmb_add_region() There's no point defining a function that's called only once just to avoid passing the flags. Remove the wrapper and just call lmb_add_region_flags(). Acked-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> 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>