diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-04-22 11:44:15 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-04-22 12:03:39 +0200 |
commit | 51a03393bac061a4e13fd17214d3ef93a5b296e3 (patch) | |
tree | 5158e8a8e4ee3cc8e483a5fd50cae8618d4b3406 /kernel | |
parent | 4796cf9b02b5bea141632e21d64556a7eb883a65 (diff) | |
download | op-kernel-dev-51a03393bac061a4e13fd17214d3ef93a5b296e3.zip op-kernel-dev-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')
-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 ead8794..5b57f6c 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); |