]> git.ipfire.org Git - thirdparty/u-boot.git/commit
lmb: remove unused extern declaration
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 14 Jan 2019 21:38:21 +0000 (22:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 16 Jan 2019 21:37:06 +0000 (16:37 -0500)
commita85c213f4725fc097e28795d87136e05508ba70b
treee289f393c182357175ed2d32134c5b0d36b38ef3
parent5b978dab7b8b534e9bf50b97a875dbc9c15cfb54
lmb: remove unused extern declaration

lmb.h includes an extern declaration of "struct lmb lmb;" which
is not used anywhere, so remove it.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
include/lmb.h