]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ntp: Make tick_usec static
authorThomas Gleixner <tglx@linutronix.de>
Wed, 11 Sep 2024 13:17:38 +0000 (15:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 2 Oct 2024 14:53:38 +0000 (16:53 +0200)
commit66606a93849bfe3cbe9f0b801b40f60b87c54e11
tree6c6b8e7f439e39fe1dd4d30b7e1ff18986f38d19
parenta849a0273d0f73a252d14d31c5003a8059ea51fc
ntp: Make tick_usec static

There are no users of tick_usec outside of the NTP core code. Therefore
make tick_usec static.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/all/20240911-devel-anna-maria-b4-timers-ptp-ntp-v1-2-2d52f4e13476@linutronix.de
include/linux/timex.h
kernel/time/ntp.c