In order to avoid abusing the "pvclock_get_pvti_cpu0_va” interface, we should remove EXPORT_SYMBOL_GPL for that function. Signed-off-by: Chao Wu <chaowu@xxxxxxxxxxxxxxxxx> Signed-off-by: Jiang Liu <gerry@xxxxxxxxxxxxxxxxx> --- arch/x86/kernel/pvclock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/pvclock.c b/arch/x86/kernel/pvclock.c index 637982efecd8..e26940c33d99 100644 --- a/arch/x86/kernel/pvclock.c +++ b/arch/x86/kernel/pvclock.c @@ -164,4 +164,3 @@ struct pvclock_vsyscall_time_info *pvclock_get_pvti_cpu0_va(void) { return pvti_cpu0_va; } -EXPORT_SYMBOL_GPL(pvclock_get_pvti_cpu0_va); -- 2.24.3 (Apple Git-128)