timekeeping: Remove unused timekeeping_{get,set}_tai_offset()
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 7 Dec 2016 22:33:23 +0000 (14:33 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Sat, 7 Jan 2017 00:47:28 +0000 (16:47 -0800)
commit40d9f82750044f846005d2ac4eec65e39c1c0f7c
tree5a0ae208be497a95f52149788c0a75f21be3f88e
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88
timekeeping: Remove unused timekeeping_{get,set}_tai_offset()

The last caller to timekeeping_set_tai_offset() was in commit
0b5154fb9040 (timekeeping: Simplify tai updating from
do_adjtimex, 2013-03-22) and the last caller to
timekeeping_get_tai_offset() was in commit 76f4108892d9 (hrtimer:
Cleanup hrtimer accessors to the timekepeing state, 2014-07-16).
Remove these unused functions now that we handle TAI offsets
differently.

Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
kernel/time/timekeeping.c
kernel/time/timekeeping.h