Re: [PATCH] timekeeping: Remove unused timekeeping_{get,set}_tai_offset()

From: John Stultz
Date: Thu Dec 08 2016 - 00:24:08 EST


On Wed, Dec 7, 2016 at 2:33 PM, Stephen Boyd <sboyd@xxxxxxxxxxxxxx> wrote:
> 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@xxxxxxxxxx>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>

Looks good! Thanks for sending this in. Its a little late, and doesn't
seem urgent, so I'll queue it for 4.11.

thanks
-john