common: Drop the symbol_lookup() declaration
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:52 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:26:51 +0000 (13:26 -0500)
commit17401f87e76edeb582a040a7f78a991f6d2e10e3
treec9b90bfd922528f76f33f824b402050133e6efb0
parent50fbd5c8df9730ca93d83a6b2dd6bbb2584ac009
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