common: Move jumptable_init() out of common.h
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:46 +0000 (10:44 -0700)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:48 +0000 (23:06 +0530)
commit0f67fc232834eec476f5f34a752ed10e17637265
treea1407ada3c1cec5b26bc6f258b57af926b6854bd
parent532f90235aa8824037b13bc559723b55620370fe
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