common: Drop the symbol_lookup() declaration
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:52 +0000 (10:44 -0700)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:48 +0000 (23:06 +0530)
commit2fd94aa0f6d4f41d2d13838b9cbd4a21738dccfe
tree67ec9a5bd79bac9bd040b75c740818ef56361de6
parent63b05da74d7a51735ea5e3e680074629dbcc295e
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>
include/common.h