hrtimer: Remove unused function
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 22 Mar 2024 07:04:41 +0000 (15:04 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 8 Apr 2024 13:03:06 +0000 (15:03 +0200)
commit82ccdf062a64f3c4ac575c16179ce68edbbbe8e4
tree80f2ecee2897fe7f4c25b719930b786408121949
parentfec50db7033ea478773b159e0e2efb135270e3b7
hrtimer: Remove unused function

The function is defined, but not called anywhere:

  kernel/time/hrtimer.c:1880:20: warning: unused function '__hrtimer_peek_ahead_timers'.

Remove it.

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>
Link: https://lore.kernel.org/r/20240322070441.29646-1-jiapeng.chong@linux.alibaba.com
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8611
kernel/time/hrtimer.c