]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5a8553b5f874f018b481369ab868799a0840146a
treec9b90bfd922528f76f33f824b402050133e6efb0
parenta1947f3c4dd1a28fac7be4683f2e73563da0aed1
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