From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: [PATCH] ptp: replace getnstimeofday64() with ktime_get_real_ts64() Date: Mon, 18 Jun 2018 11:26:58 -0700 Message-ID: <20180618182658.dctq7t6a2ybnerl3@localhost> References: <20180618142109.3445025-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Yangbo Lu , y2038@lists.linaro.org, "David S. Miller" , Fabio Estevam , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Arnd Bergmann Return-path: Content-Disposition: inline In-Reply-To: <20180618142109.3445025-1-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Jun 18, 2018 at 04:20:39PM +0200, Arnd Bergmann wrote: > getnstimeofday64() is deprecated and getting replaced throughout > the kernel with ktime_get_*() based helpers for a more consistent > interface. > > The two functions do the exact same thing, so this is just > a cosmetic change. Acked-by: Richard Cochran