aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-04-22 11:44:15 +0200
committerThomas Gleixner <tglx@linutronix.de>2015-04-22 12:03:39 +0200
commit51a03393bac061a4e13fd17214d3ef93a5b296e3 (patch)
tree5158e8a8e4ee3cc8e483a5fd50cae8618d4b3406 /kernel/time/timekeeping.h
parent4796cf9b02b5bea141632e21d64556a7eb883a65 (diff)
downloadlinux-51a03393bac061a4e13fd17214d3ef93a5b296e3.tar.gz
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>
Diffstat (limited to 'kernel/time/timekeeping.h')
-rw-r--r--kernel/time/timekeeping.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/time/timekeeping.h b/kernel/time/timekeeping.h
index ead8794b9a4e47..5b57f6c9ae34d8 100644
--- a/kernel/time/timekeeping.h
+++ b/kernel/time/timekeeping.h
@@ -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);