hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 18 Apr 2024 02:30:00 +0000 (10:30 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 22 Apr 2024 14:13:19 +0000 (16:13 +0200)
commitb7c8e1f8a7b4352c1d0b4310686385e3cf6c104a
tree7c43e4ec82f1327fdc2e72d3f1f04077e9dd7858
parente84c60032a39e3267f0b46175d5368da33e214a6
hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()

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'.

Fixes: 82ccdf062a64 ("hrtimer: Remove unused function")
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Link: https://lore.kernel.org/r/20240418023000.130324-1-jiapeng.chong@linux.alibaba.com
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8778
kernel/time/hrtimer.c