summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 10:44:46 -0700
committerJagan Teki <jagan@amarulasolutions.com>2020-01-24 23:06:48 +0530
commit0f67fc232834eec476f5f34a752ed10e17637265 (patch)
treea1407ada3c1cec5b26bc6f258b57af926b6854bd /include/common.h
parent532f90235aa8824037b13bc559723b55620370fe (diff)
common: Move jumptable_init() out of common.h
This function is defined in exports.c so move it to its header file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index 82228e2050..6b7b199ab4 100644
--- a/include/common.h
+++ b/include/common.h
@@ -80,9 +80,6 @@ extern ulong load_addr; /* Default Load Address */
extern ulong save_addr; /* Default Save Address */
extern ulong save_size; /* Default Save Size */
-/* common/exports.c */
-void jumptable_init(void);
-
/* common/kallsysm.c */
const char *symbol_lookup(unsigned long addr, unsigned long *caddr);