Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51a03393 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

timekeeping: Remove stale function prototype



commit 61edec81 "timekeeping: Simplify timekeeping_clocktai()"
implemented timekeeping_clocktai() as an inline function, but left the
old extern prototype in the header file. Remove it.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 4796cf9b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ extern u64 timekeeping_max_deferment(void);
extern int timekeeping_inject_offset(struct timespec *ts);
extern s32 timekeeping_get_tai_offset(void);
extern void timekeeping_set_tai_offset(s32 tai_offset);
extern void timekeeping_clocktai(struct timespec *ts);
extern int timekeeping_suspend(void);
extern void timekeeping_resume(void);