From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753702AbdKMQlL (ORCPT ); Mon, 13 Nov 2017 11:41:11 -0500 Received: from terminus.zytor.com ([65.50.211.136]:40327 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753528AbdKMQlK (ORCPT ); Mon, 13 Nov 2017 11:41:10 -0500 Date: Mon, 13 Nov 2017 08:39:56 -0800 From: tip-bot for Dou Liyang Message-ID: Cc: hpa@zytor.com, mingo@kernel.org, christopher.s.hall@intel.com, tglx@linutronix.de, douly.fnst@cn.fujitsu.com, linux-kernel@vger.kernel.org Reply-To: linux-kernel@vger.kernel.org, douly.fnst@cn.fujitsu.com, tglx@linutronix.de, christopher.s.hall@intel.com, mingo@kernel.org, hpa@zytor.com In-Reply-To: <1510552144-20831-1-git-send-email-douly.fnst@cn.fujitsu.com> References: <1510552144-20831-1-git-send-email-douly.fnst@cn.fujitsu.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:timers/urgent] timekeeping: Eliminate the stale declaration of ktime_get_raw_and_real_ts64() Git-Commit-ID: 8a7a8e1eab929eb3a5b735a788a23b9731139046 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 8a7a8e1eab929eb3a5b735a788a23b9731139046 Gitweb: https://git.kernel.org/tip/8a7a8e1eab929eb3a5b735a788a23b9731139046 Author: Dou Liyang AuthorDate: Mon, 13 Nov 2017 13:49:04 +0800 Committer: Thomas Gleixner CommitDate: Mon, 13 Nov 2017 17:35:27 +0100 timekeeping: Eliminate the stale declaration of ktime_get_raw_and_real_ts64() Commit ba26621e63ce got rid of ktime_get_raw_and_real_ts64(), but left its declaration behind. Remove it. Fixes: ba26621e63ce ("time: Remove duplicated code in ktime_get_raw_and_real()") Signed-off-by: Dou Liyang Signed-off-by: Thomas Gleixner Cc: Christopher S. Hall Cc: joelaf@google.com Cc: arnd@arndb.de Cc: gregkh@linuxfoundation.org Cc: john.stultz@linaro.org Cc: deepa.kernel@gmail.com Cc: stable@vger.kernel.org Link: https://lkml.kernel.org/r/1510552144-20831-1-git-send-email-douly.fnst@cn.fujitsu.com --- include/linux/timekeeping.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index 0021575..51293e1 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h @@ -273,12 +273,6 @@ extern bool timekeeping_rtc_skipresume(void); extern void timekeeping_inject_sleeptime64(struct timespec64 *delta); /* - * PPS accessor - */ -extern void ktime_get_raw_and_real_ts64(struct timespec64 *ts_raw, - struct timespec64 *ts_real); - -/* * struct system_time_snapshot - simultaneous raw/real time capture with * counter value * @cycles: Clocksource counter value to produce the system times