diff options
Diffstat (limited to 'arch/mips/kvm')
-rw-r--r-- | arch/mips/kvm/mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c index 4fda672cb58e..cd7114147ae7 100644 --- a/arch/mips/kvm/mips.c +++ b/arch/mips/kvm/mips.c | |||
@@ -886,7 +886,7 @@ int kvm_arch_vcpu_fault(struct kvm_vcpu *vcpu, struct vm_fault *vmf) | |||
886 | return VM_FAULT_SIGBUS; | 886 | return VM_FAULT_SIGBUS; |
887 | } | 887 | } |
888 | 888 | ||
889 | int kvm_dev_ioctl_check_extension(long ext) | 889 | int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) |
890 | { | 890 | { |
891 | int r; | 891 | int r; |
892 | 892 | ||