commit | daf69fc6a6fe3f3e983a1905c83caa5b1c6119f3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 02 21:02:10 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 04 22:09:26 2019 +0200 |
tree | 5a11796dc7c0feedbe33424b84fec4cb19e266cc | |
parent | 7416aef4a57dd094a618fdf3a822c6af82675e83 [diff] |
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>