diff options
Diffstat (limited to 'arch/mips/kvm')
-rw-r--r-- | arch/mips/kvm/mips.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c index e3b21e51ff7e..7082481cd108 100644 --- a/arch/mips/kvm/mips.c +++ b/arch/mips/kvm/mips.c | |||
@@ -832,9 +832,8 @@ int kvm_arch_vcpu_ioctl_set_sregs(struct kvm_vcpu *vcpu, | |||
832 | return -ENOIOCTLCMD; | 832 | return -ENOIOCTLCMD; |
833 | } | 833 | } |
834 | 834 | ||
835 | int kvm_arch_vcpu_postcreate(struct kvm_vcpu *vcpu) | 835 | void kvm_arch_vcpu_postcreate(struct kvm_vcpu *vcpu) |
836 | { | 836 | { |
837 | return 0; | ||
838 | } | 837 | } |
839 | 838 | ||
840 | int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu) | 839 | int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu) |