lmb: remove lmb_is_nomap() from include
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 14 Nov 2021 07:41:07 +0000 (08:41 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 20 Nov 2021 09:53:00 +0000 (10:53 +0100)
commit5a515132d9f25b1ff2c15e2013de9be33bf71067
tree92f19a4b5aa0ba82cfbd2f2da523de123d05d291
parent454a97485a1854d4ac4f3b7d408caf3b355beca0
lmb: remove lmb_is_nomap() from include

Defining static functions in includes should be avoided.
Function lmb_is_nomap() is only used in the unit test.
So move it to the unit test.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/lmb.h
test/lib/lmb.c