]> www.infradead.org Git - users/jedix/linux-maple.git/commit
timekeeping: Remove unused ktime_get_fast_timestamps()
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 12 Jan 2025 16:01:32 +0000 (16:01 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 15 Jan 2025 18:49:14 +0000 (19:49 +0100)
commit2d2a46cf23788a19e5450c6f9c86ab17f596c708
treedb2f57cab335cdf167d67cef6a53afff84bb5518
parent4477b0601471ba4fc67501b62b78aebd327fefd7
timekeeping: Remove unused ktime_get_fast_timestamps()

ktime_get_fast_timestamps() was added in 2020 by commit e2d977c9f1ab
("timekeeping: Provide multi-timestamp accessor to NMI safe timekeeper")
but has remained unused.

Remove it.

[ tglx: Fold the inline as David suggested in the submission ]

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250112160132.450209-1-linux@treblig.org
include/linux/timekeeping.h
kernel/time/timekeeping.c