Skip to content

Commit

Permalink
timekeeping: Eliminate the stale declaration of ktime_get_raw_and_rea…
Browse files Browse the repository at this point in the history
…l_ts64()

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

Remove it.

Fixes: ba26621 ("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]
  • Loading branch information
douliyang authored and KAGA-KOKO committed Nov 13, 2017
1 parent 8e7df2b commit 8a7a8e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/linux/timekeeping.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,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
Expand Down

0 comments on commit 8a7a8e1

Please sign in to comment.