From: Rusty Russell Date: Tue, 31 Jul 2007 10:46:12 +0000 (+1000) Subject: KVM: Remove redundant alloc_vmcs_cpu declaration X-Git-Tag: v2.6.24-rc1~1365^2~61 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=37c00051b53861929a910309c1823b415d55cfdf;p=linux.git KVM: Remove redundant alloc_vmcs_cpu declaration alloc_vmcs_cpu is already declared (static) above, no need to redeclare. Signed-off-by: Rusty Russell Signed-off-by: Avi Kivity --- diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index c4b8bfea4410..a94eb205cecd 100644 --- a/drivers/kvm/vmx.c +++ b/drivers/kvm/vmx.c @@ -949,8 +949,6 @@ static void free_kvm_area(void) free_vmcs(per_cpu(vmxarea, cpu)); } -extern struct vmcs *alloc_vmcs_cpu(int cpu); - static __init int alloc_kvm_area(void) { int cpu;