kvmclock: Unexport kvmclock clocksource
authorPeter Hilber <peter.hilber@opensynergy.com>
Thu, 1 Feb 2024 01:04:53 +0000 (02:04 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 Feb 2024 16:05:21 +0000 (17:05 +0100)
commit27f6a9c87a97f5ea7459be08d5be231af6b32c20
treef9a831ace96908958ce2d70c874e5b981fcb1771
parentb152688c91313ab4073cff4a5e63ff4cc491c358
kvmclock: Unexport kvmclock clocksource

The KVM PTP driver now refers to the clocksource ID CSID_X86_KVM_CLK, not
to the clocksource itself any more. There are no remaining users of the
clocksource export.

Therefore, make the clocksource static again.

Signed-off-by: Peter Hilber <peter.hilber@opensynergy.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240201010453.2212371-9-peter.hilber@opensynergy.com
arch/x86/include/asm/kvmclock.h
arch/x86/kernel/kvmclock.c