mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-07 06:59:25 +08:00
Remove two trivial but long unused functions. __round_jiffies() has been unused since 2008's commit9c133c469d("Add round_jiffies_up and related routines") __round_jiffies_up() has been unused since 2019's commit7ae3f6e130("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