Skip to content

Commit 24885d1

Browse files
Sean Christophersonbonzini
authored andcommitted
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: cbbaa27 ("KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES") Signed-off-by: Sean Christopherson <[email protected]> Cc: [email protected] Reviewed-by: Jim Mattson <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent c50d8ae commit 24885d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kvm/x86.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,6 @@ static u64 kvm_get_arch_capabilities(void)
13291329

13301330
return data;
13311331
}
1332-
EXPORT_SYMBOL_GPL(kvm_get_arch_capabilities);
13331332

13341333
static int kvm_get_msr_feature(struct kvm_msr_entry *msr)
13351334
{

0 commit comments

Comments
 (0)