]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita5cceeb7fe4015b68291f1a70f7bfde6edb60a62
treea1407ada3c1cec5b26bc6f258b57af926b6854bd
parent2ea9d71686eb070006c62775ed5cc0ce0c2e97bd
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