]> Pileus Git - ~andy/linux/commitdiff
time: remove obsolete declaration
authorRichard Cochran <richardcochran@gmail.com>
Fri, 18 May 2012 14:09:53 +0000 (16:09 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Mon, 21 May 2012 23:16:58 +0000 (16:16 -0700)
The function, timekeeping_leap_insert, was removed in commit
6b43ae8a619d17c4935c3320d2ef9e92bdeed05d

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/time.h

index 33a92ead4d88163fce7b12d236c56dfd1772d379..179f4d6755fc6f3b9e3c99f67e424b8c1e52bef2 100644 (file)
@@ -167,7 +167,6 @@ extern void get_monotonic_boottime(struct timespec *ts);
 extern struct timespec timespec_trunc(struct timespec t, unsigned gran);
 extern int timekeeping_valid_for_hres(void);
 extern u64 timekeeping_max_deferment(void);
-extern void timekeeping_leap_insert(int leapsecond);
 extern int timekeeping_inject_offset(struct timespec *ts);
 
 struct tms;