common: Move jumptable_init() out of common.h
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:46 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:26:49 +0000 (13:26 -0500)
commita6f2aafe0966f23e3fb3146fb80a4565163157c3
treec19e3e99cfa665fd4bcb353570c3111235029b38
parent941338725d339c233379def75adeaa0977587a96
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>
common/board_r.c
include/common.h
include/exports.h