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)
commit6a853dbcc02ba26d8b85d26be9763464c6bfe63e
tree5a11796dc7c0feedbe33424b84fec4cb19e266cc
parent66ca24a9a05aa094bcdcf0784d8cc5911dc2f725
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