summaryrefslogtreecommitdiff
path: root/include/linux/timer.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2025-05-07 20:53:35 +0300
committerThomas Gleixner <tglx@linutronix.de>2025-05-08 20:49:33 +0300
commit751e6a394c2ecd08825d5ba527478e171b87144e (patch)
tree6bd72a7f1ec6261306b00ac73916df6bb230e727 /include/linux/timer.h
parent220beffd36c26ac68e1c646f91b7ddf4f39039e6 (diff)
downloadlinux-751e6a394c2ecd08825d5ba527478e171b87144e.tar.xz
timers: Rename init_timers() as timers_init()
Move this API to the canonical timers_*() namespace. Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250507175338.672442-8-mingo@kernel.org
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r--include/linux/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h
index 68cf8e28bbe0..153d07dad3cd 100644
--- a/include/linux/timer.h
+++ b/include/linux/timer.h
@@ -168,7 +168,7 @@ extern int timer_delete(struct timer_list *timer);
extern int timer_shutdown_sync(struct timer_list *timer);
extern int timer_shutdown(struct timer_list *timer);
-extern void init_timers(void);
+extern void timers_init(void);
struct hrtimer;
extern enum hrtimer_restart it_real_fn(struct hrtimer *);