diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-04-22 05:44:15 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-04-22 06:03:39 -0400 |
commit | 51a03393bac061a4e13fd17214d3ef93a5b296e3 (patch) | |
tree | 5158e8a8e4ee3cc8e483a5fd50cae8618d4b3406 | |
parent | 4796cf9b02b5bea141632e21d64556a7eb883a65 (diff) |
timekeeping: Remove stale function prototype
commit 61edec81d260 "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>
-rw-r--r-- | kernel/time/timekeeping.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/time/timekeeping.h b/kernel/time/timekeeping.h index ead8794b9a4e..5b57f6c9ae34 100644 --- a/kernel/time/timekeeping.h +++ b/kernel/time/timekeeping.h | |||
@@ -15,7 +15,6 @@ extern u64 timekeeping_max_deferment(void); | |||
15 | extern int timekeeping_inject_offset(struct timespec *ts); | 15 | extern int timekeeping_inject_offset(struct timespec *ts); |
16 | extern s32 timekeeping_get_tai_offset(void); | 16 | extern s32 timekeeping_get_tai_offset(void); |
17 | extern void timekeeping_set_tai_offset(s32 tai_offset); | 17 | extern void timekeeping_set_tai_offset(s32 tai_offset); |
18 | extern void timekeeping_clocktai(struct timespec *ts); | ||
19 | extern int timekeeping_suspend(void); | 18 | extern int timekeeping_suspend(void); |
20 | extern void timekeeping_resume(void); | 19 | extern void timekeeping_resume(void); |
21 | 20 | ||