Commit-ID:  8a7a8e1eab929eb3a5b735a788a23b9731139046
Gitweb:     https://git.kernel.org/tip/8a7a8e1eab929eb3a5b735a788a23b9731139046
Author:     Dou Liyang <[email protected]>
AuthorDate: Mon, 13 Nov 2017 13:49:04 +0800
Committer:  Thomas Gleixner <[email protected]>
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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Christopher S. Hall <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: 
https://lkml.kernel.org/r/[email protected]

---
 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

Reply via email to