Re: [PATCH v2 09/35] common: Move jumptable_init() out of common.h

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:46AM -0700, Simon Glass wrote: > This function is defined in exports.c so move it to its header file. > > Signed-off-by: Simon Glass > Reviewed-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 09/35] common: Move jumptable_init() out of common.h

2019-12-28 Thread Simon Glass
This function is defined in exports.c so move it to its header file. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- Changes in v2: None common/board_r.c | 1 + include/common.h | 3 --- include/exports.h | 3 +++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git