From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 1/3] KVM: Remove duplicated prototype of kvm_arch_destroy_vm Date: Tue, 6 Jan 2009 10:03:01 +0800 Message-ID: <1231207383-22625-2-git-send-email-sheng@linux.intel.com> References: <1231207383-22625-1-git-send-email-sheng@linux.intel.com> Cc: Marcelo Tosatti , kvm@vger.kernel.org, Sheng Yang To: Avi Kivity Return-path: Received: from mga14.intel.com ([143.182.124.37]:47323 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751570AbZAFCDK (ORCPT ); Mon, 5 Jan 2009 21:03:10 -0500 In-Reply-To: <1231207383-22625-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Sheng Yang --- include/linux/kvm_host.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 545a133..dab985b 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); -- 1.5.4.5