Skip to content

Commit

Permalink
time: remove obsolete declaration
Browse files Browse the repository at this point in the history
The function, timekeeping_leap_insert, was removed in commit
6b43ae8

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
  • Loading branch information
Richard Cochran authored and John Stultz committed May 21, 2012
1 parent cd5398b commit 190d3b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 190d3b6

Please sign in to comment.