From: Sheng Yang Date: Tue, 6 Jan 2009 02:03:01 +0000 (+0800) Subject: KVM: Remove duplicated prototype of kvm_arch_destroy_vm X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=67346440e83d2a2f2e9801f370b6240317c7d9bd;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git KVM: Remove duplicated prototype of kvm_arch_destroy_vm Signed-off-by: Sheng Yang Signed-off-by: Avi Kivity --- diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index e92212f970db..3cf0ede3fd73 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -237,7 +237,6 @@ int kvm_vm_ioctl_set_memory_region(struct kvm *kvm, int user_alloc); long kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg); -void kvm_arch_destroy_vm(struct kvm *kvm); int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu); int kvm_arch_vcpu_ioctl_set_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu);