aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@kernel.org>2026-04-08 13:54:33 +0200
committerThomas Gleixner <tglx@kernel.org>2026-05-01 21:36:14 +0200
commited78a701941999635389c41ddd638e8e7ea2470f (patch)
tree3ce1c91574aa45442bdb21df2f9ccc7fa9125f11 /include/linux
parent12e4311aa5b2dda3cb59e42b3f518e1c57fb1469 (diff)
alarmtimer: Remove unused interfaces
All alarmtimer users are converted to alarm_start_timer(). Remove the now unused interfaces. Signed-off-by: Thomas Gleixner <tglx@kernel.org> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://patch.msgid.link/20260408114952.670899355@kernel.org
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/alarmtimer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/alarmtimer.h b/include/linux/alarmtimer.h
index 14d729fe0fd6..2014288ca2f4 100644
--- a/include/linux/alarmtimer.h
+++ b/include/linux/alarmtimer.h
@@ -50,9 +50,6 @@ static __always_inline ktime_t alarm_get_expires(struct alarm *alarm)
void alarm_init(struct alarm *alarm, enum alarmtimer_type type,
void (*function)(struct alarm *, ktime_t));
bool alarm_start_timer(struct alarm *alarm, ktime_t expires, bool relative);
-void alarm_start(struct alarm *alarm, ktime_t start);
-void alarm_start_relative(struct alarm *alarm, ktime_t start);
-void alarm_restart(struct alarm *alarm);
int alarm_try_to_cancel(struct alarm *alarm);
int alarm_cancel(struct alarm *alarm);