]> git.baikalelectronics.ru Git - kernel.git/commit
timekeeping: Fix references to nonexistent ktime_get_fast_ns()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 26 Apr 2023 13:43:34 +0000 (15:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:03:35 +0000 (23:03 +0900)
commit39d302501ee9e7b7902e0cbdacb5b5a163ae762f
tree29e61b7be08b4e1aedfcee0e98af962e29840223
parent16b48e1b186a0d57bcd902031a9d80d800ccb1f6
timekeeping: Fix references to nonexistent ktime_get_fast_ns()

[ Upstream commit 158009f1b4a33bc0f354b994eea361362bd83226 ]

There was never a function named ktime_get_fast_ns().
Presumably these should refer to ktime_get_mono_fast_ns() instead.

Fixes: b9b0cce25214272d ("timekeeping: Fix up function documentation for the NMI safe accessors")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/r/06df7b3cbd94f016403bbf6cd2b38e4368e7468f.1682516546.git.geert+renesas@glider.be
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/time/timekeeping.c