[PATCH v2 15/35] common: Drop the symbol_lookup() declaration
Simon Glass
sjg at chromium.org
Sat Dec 28 18:44:52 CET 2019
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 at chromium.org>
---
Changes in v2: None
include/common.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/common.h b/include/common.h
index a102f9deff..7bb18c572e 100644
--- a/include/common.h
+++ b/include/common.h
@@ -81,9 +81,6 @@ extern ulong load_addr; /* Default Load Address */
extern ulong save_addr; /* Default Save Address */
extern ulong save_size; /* Default Save Size */
-/* common/kallsysm.c */
-const char *symbol_lookup(unsigned long addr, unsigned long *caddr);
-
/* common/memsize.c */
long get_ram_size (long *, long);
phys_size_t get_effective_memsize(void);
--
2.24.1.735.g03f4e72817-goog
More information about the U-Boot
mailing list