commit | 2fd94aa0f6d4f41d2d13838b9cbd4a21738dccfe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:52 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:48 2020 +0530 |
tree | 67ec9a5bd79bac9bd040b75c740818ef56361de6 | |
parent | 63b05da74d7a51735ea5e3e680074629dbcc295e [diff] |
common: Drop the symbol_lookup() declaration This function is not called anywhere so we can drop the declaration. If it is needed one day, it should be added in its own header file. Signed-off-by: Simon Glass <sjg@chromium.org>