From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] ptp: replace getnstimeofday64() with ktime_get_real_ts64() Date: Wed, 20 Jun 2018 08:00:16 +0900 (KST) Message-ID: <20180620.080016.110926650123819013.davem@davemloft.net> References: <20180618142109.3445025-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: richardcochran@gmail.com, yangbo.lu@nxp.com, y2038@lists.linaro.org, fabio.estevam@nxp.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: arnd@arndb.de Return-path: In-Reply-To: <20180618142109.3445025-1-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Arnd Bergmann Date: Mon, 18 Jun 2018 16:20:39 +0200 > 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. > > Signed-off-by: Arnd Bergmann Applied.