Re: [PATCH v2] hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()

From: Anna-Maria Behnsen
Date: Thu Apr 18 2024 - 04:15:51 EST


Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx> writes:

> The function hrtimer_hres_active() are defined in the hrtimer.c file, but
> not called elsewhere, so rename __hrtimer_hres_active() to
> hrtimer_hres_active() and remove the old hrtimer_hres_active() function.
>
> kernel/time/hrtimer.c:653:19: warning: unused function 'hrtimer_hres_active'.
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8778
> Fixes: 82ccdf062a64 ("hrtimer: Remove unused function")
> Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>

Reviewed-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>


Thomas, please apply this into timers/core (commit, that is referenced
by Fixes tag is in timers/core).

Thanks,

Anna-Maria