]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf2ee54e9de7774b9dd3b0524ca280cd7a5cc3202
treee43f1cd2f43481ce0e6d7eae0d135f9ae8baad2e
parent224fb861f6b8ce1415a37fc04ea1baa8ce56fe9f
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: fae3b45e5eb5 ("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