diff options
author | Peng Hao <richard.peng@oppo.com> | 2019-11-27 08:30:25 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-27 19:59:58 +0100 |
commit | 4d6d07aee8343eac68ebde9389ba829c8c17dfc7 (patch) | |
tree | 1d77eb9f24f0d27d216d408ac26b3d054c3f2198 | |
parent | cef6db76f3165ac01ea49e023dea17002ee91618 (diff) |
kvm/x86: export kvm_vector_hashing_enabled() is unnecessary
kvm_vector_hashing_enabled() is just called in kvm.ko module.
Signed-off-by: Peng Hao <richard.peng@oppo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index baf89d4bc653..7e118883d8f1 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -10381,7 +10381,6 @@ bool kvm_vector_hashing_enabled(void) { return vector_hashing; } -EXPORT_SYMBOL_GPL(kvm_vector_hashing_enabled); bool kvm_arch_no_poll(struct kvm_vcpu *vcpu) { |