瀏覽代碼

KVM: x86: Make emulator_fix_hypercall static

No users outside of kvm/x86.c.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Jan Kiszka 13 年之前
父節點
當前提交
b6785def83
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/x86/kvm/x86.c

+ 2 - 2
arch/x86/kvm/x86.c

@@ -158,7 +158,7 @@ struct kvm_stats_debugfs_item debugfs_entries[] = {
 
 
 u64 __read_mostly host_xcr0;
 u64 __read_mostly host_xcr0;
 
 
-int emulator_fix_hypercall(struct x86_emulate_ctxt *ctxt);
+static int emulator_fix_hypercall(struct x86_emulate_ctxt *ctxt);
 
 
 static int kvm_vcpu_reset(struct kvm_vcpu *vcpu);
 static int kvm_vcpu_reset(struct kvm_vcpu *vcpu);
 
 
@@ -5068,7 +5068,7 @@ out:
 }
 }
 EXPORT_SYMBOL_GPL(kvm_emulate_hypercall);
 EXPORT_SYMBOL_GPL(kvm_emulate_hypercall);
 
 
-int emulator_fix_hypercall(struct x86_emulate_ctxt *ctxt)
+static int emulator_fix_hypercall(struct x86_emulate_ctxt *ctxt)
 {
 {
 	struct kvm_vcpu *vcpu = emul_to_vcpu(ctxt);
 	struct kvm_vcpu *vcpu = emul_to_vcpu(ctxt);
 	char instruction[3];
 	char instruction[3];