KVM: x86: Remove a spurious export of a static function
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 22 Nov 2019 20:15:49 +0000 (12:15 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 23 Nov 2019 10:28:59 +0000 (11:28 +0100)
commit24885d1d79e2e83d49201aeae0bc59f1402fd4f1
treee43f1cd2f43481ce0e6d7eae0d135f9ae8baad2e
parentc50d8ae3a1274f32c9033bbb0e1c5b3115da2112
KVM: x86: Remove a spurious export of a static function

A recent change inadvertently exported a static function, which results
in modpost throwing a warning.  Fix it.

Fixes: cbbaa2727aa3 ("KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES")
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: stable@vger.kernel.org
Reviewed-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c