commit | a85c213f4725fc097e28795d87136e05508ba70b | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Mon Jan 14 22:38:21 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 16 16:37:06 2019 -0500 |
tree | e289f393c182357175ed2d32134c5b0d36b38ef3 | |
parent | 5b978dab7b8b534e9bf50b97a875dbc9c15cfb54 [diff] |
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>