]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
timers: Remove unused __round_jiffies(_up)
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 18 Apr 2025 20:08:03 +0000 (21:08 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 24 Apr 2025 12:31:35 +0000 (14:31 +0200)
commit49916e22d9530d6cf027e635a5d824c7d698d67f
tree6dd3a2dc4a53ad390d8dc8332e6c2684b998eb86
parent0df6db767a535472a46aeea93c280de067784a9f
timers: Remove unused __round_jiffies(_up)

Remove two trivial but long unused functions.

__round_jiffies() has been unused since 2008's
commit 9c133c469d38 ("Add round_jiffies_up and related routines")

__round_jiffies_up() has been unused since 2019's
commit 7ae3f6e130e8 ("powerpc/watchdog: Use hrtimers for per-CPU
heartbeat")

Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250418200803.427911-1-linux@treblig.org
include/linux/timer.h
kernel/time/timer.c