lmb: Remove lmb_add_region()
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Wed, 18 Dec 2024 07:02:34 +0000 (09:02 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 30 Dec 2024 19:21:55 +0000 (13:21 -0600)
commitc207d6e3e31fd07885fa341209fcf90740e9f7d6
tree7fa73f03844dca9c6835020d2315468178cd796e
parent400c34db8957bbe49b15dcc0310697f829c63e01
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>
lib/lmb.c