KVM: Remove duplicated prototype of kvm_arch_destroy_vm
authorSheng Yang <sheng@linux.intel.com>
Tue, 6 Jan 2009 02:03:01 +0000 (10:03 +0800)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Mar 2009 09:03:01 +0000 (11:03 +0200)
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
include/linux/kvm_host.h

index e92212f970db67036581d89e65f79bf31bd2b8b2..3cf0ede3fd73db30b238afaab0e5dada50ad7afc 100644 (file)
@@ -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);