From: Sean Christopherson Date: Fri, 28 Jan 2022 00:51:49 +0000 (+0000) Subject: KVM: x86: Drop export for .tlb_flush_current() static_call key X-Git-Tag: v6.6.17~7805^2~202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=feee3d9d5b9fd38b469b51b5b89f1b359420ecaf;p=platform%2Fkernel%2Flinux-rpi.git KVM: x86: Drop export for .tlb_flush_current() static_call key Remove the export of kvm_x86_tlb_flush_current() as there are no longer any users outside of common x86 code. Signed-off-by: Sean Christopherson Message-Id: <20220128005208.4008533-4-seanjc@google.com> Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 7b451aa..43b35db 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -135,7 +135,6 @@ EXPORT_SYMBOL_GPL(kvm_x86_ops); #include EXPORT_STATIC_CALL_GPL(kvm_x86_get_cs_db_l_bits); EXPORT_STATIC_CALL_GPL(kvm_x86_cache_reg); -EXPORT_STATIC_CALL_GPL(kvm_x86_tlb_flush_current); static bool __read_mostly ignore_msrs = 0; module_param(ignore_msrs, bool, S_IRUGO | S_IWUSR);