mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
timekeeping: Remove stale function prototype
commit 61edec81d2
"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: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
4796cf9b02
commit
51a03393ba
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue