Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753415AbcLHFX4 (ORCPT ); Thu, 8 Dec 2016 00:23:56 -0500 Received: from mail-oi0-f48.google.com ([209.85.218.48]:36561 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392AbcLHFXz (ORCPT ); Thu, 8 Dec 2016 00:23:55 -0500 MIME-Version: 1.0 In-Reply-To: <20161207223323.26935-1-sboyd@codeaurora.org> References: <20161207223323.26935-1-sboyd@codeaurora.org> From: John Stultz Date: Wed, 7 Dec 2016 21:23:53 -0800 Message-ID: Subject: Re: [PATCH] timekeeping: Remove unused timekeeping_{get,set}_tai_offset() To: Stephen Boyd Cc: Thomas Gleixner , lkml Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 682 Lines: 17 On Wed, Dec 7, 2016 at 2:33 PM, Stephen Boyd 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 > Signed-off-by: Stephen Boyd 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