]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2025 14:29:59 +0000 (16:29 +0200)
commit5acc7d843b340da09ef37683da75e5aef0e1ae6a
tree98e6f03cd7e780c20b8b94ae68c7d79becc72156
parentf76b38f60fe21e1ddaa3ee6338dbf6c9b71b30fd
hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()

[ Upstream commit b7c8e1f8a7b4352c1d0b4310686385e3cf6c104a ]

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
Stable-dep-of: e895f8e29119 ("hrtimers: Unconditionally update target CPU base after offline timer migration")
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/time/hrtimer.c