]> git.baikalelectronics.ru Git - uboot.git/commit
lib: time: export usec_to_tick()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 2 Jun 2019 19:02:10 +0000 (21:02 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 4 Jun 2019 20:09:26 +0000 (22:09 +0200)
commit5a1c1d21ad78160a8da7a9e44beb3cefb72c03e1
tree5a11796dc7c0feedbe33424b84fec4cb19e266cc
parent2d03ba473974b58150195e9156087ee8b22c1988
lib: time: export usec_to_tick()

In the UEFI Stall() boottime service we need access to usec_to_tick().

Export the function.

Remove redundant implementation in arch/arm/mach-rockchip/rk_timer.c.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/arm/mach-rockchip/rk_timer.c
include/time.h
lib/time.c