summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>2026-07-31 16:20:14 +0200
committerThomas Gleixner <tglx@kernel.org>2026-08-11 11:12:43 +0200
commit1b515771872174553fe70eadb8efecfa49035922 (patch)
treef3fa7674470f11a90df6c530b8ab8c7942462740 /include
parent4b61084b11bcecce86d03804ff30f8d7b465593c (diff)
downloadlinux-1b515771872174553fe70eadb8efecfa49035922.tar.gz
linux-1b515771872174553fe70eadb8efecfa49035922.zip
timekeeping: Remove the unused ktime_get_clock_ts64()
The last user was removed in commit a6d799608e6a ("ptp: Switch to ktime_get_snapshot_id() for pre/post timestamps"). Signed-off-by: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Link: https://patch.msgid.link/20260731-timekeeping-aux-must-check-v1-1-11ae93068497@linutronix.de
Diffstat (limited to 'include')
-rw-r--r--include/linux/timekeeping.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h
index b4191a873c39..ca4a881e622f 100644
--- a/include/linux/timekeeping.h
+++ b/include/linux/timekeeping.h
@@ -44,7 +44,6 @@ extern void ktime_get_ts64(struct timespec64 *ts);
extern void ktime_get_real_ts64(struct timespec64 *tv);
extern void ktime_get_coarse_ts64(struct timespec64 *ts);
extern void ktime_get_coarse_real_ts64(struct timespec64 *ts);
-extern void ktime_get_clock_ts64(clockid_t id, struct timespec64 *ts);
/* Multigrain timestamp interfaces */
extern void ktime_get_coarse_real_ts64_mg(struct timespec64 *ts);