mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] timekeeping: Eliminate the useless declaration of ktime_get_raw_and_real_ts64()
@ 2017-11-13  5:49 Dou Liyang
  2017-11-13 16:39 ` [tip:timers/urgent] timekeeping: Eliminate the stale " tip-bot for Dou Liyang
  2017-11-15 14:42 ` [PATCH] timekeeping: Eliminate the useless " Arnd Bergmann
  0 siblings, 2 replies; 3+ messages in thread
From: Dou Liyang @ 2017-11-13  5:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: tglx, mingo, hpa, john.stultz, deepa.kernel, pombredanne, gregkh,
	arnd, joelaf, Dou Liyang

Commit:

  ba26621e63ce ("time: Remove duplicated code in ktime_get_raw_and_real()")

... got rid of ktime_get_raw_and_real_ts64(), but left its declaration
behind.

Remove it.

Signed-off-by: Dou Liyang <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 c198ab4..b17bcce 100644
--- a/include/linux/timekeeping.h
+++ b/include/linux/timekeeping.h
@@ -143,12 +143,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
-- 
2.5.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-15 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13  5:49 [PATCH] timekeeping: Eliminate the useless declaration of ktime_get_raw_and_real_ts64() Dou Liyang
2017-11-13 16:39 ` [tip:timers/urgent] timekeeping: Eliminate the stale " tip-bot for Dou Liyang
2017-11-15 14:42 ` [PATCH] timekeeping: Eliminate the useless " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®