lib: sbi_timer: Drop unnecessary get_platform_ticks wrapper
authorSamuel Holland <samuel@sholland.org>
Sun, 29 May 2022 17:00:48 +0000 (12:00 -0500)
committerAnup Patel <anup@brainfault.org>
Mon, 30 May 2022 05:13:03 +0000 (10:43 +0530)
commit295e5f3c6912bef798e31d6946ba0aacb91f95d0
tree64a7213302334a43af6f0705ff1dc0b468071bfd
parentfab0379bb60d6e177018b53f07718b69ba34948d
lib: sbi_timer: Drop unnecessary get_platform_ticks wrapper

The device's timer_value callback is already the right prototype to use
for the get_time_val function pointer.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/sbi_timer.c