diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-07-31 06:46:12 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-10-13 04:18:22 -0400 |
commit | 37c00051b53861929a910309c1823b415d55cfdf (patch) | |
tree | f14333721339eeb3f20030e3d8a5b7a008ff2854 /drivers/kvm/vmx.c | |
parent | bfc733a7a32612fe213a7492c385f2b03f592d7f (diff) |
KVM: Remove redundant alloc_vmcs_cpu declaration
alloc_vmcs_cpu is already declared (static) above, no need to
redeclare.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/vmx.c')
-rw-r--r-- | drivers/kvm/vmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) | |||
949 | free_vmcs(per_cpu(vmxarea, cpu)); | 949 | free_vmcs(per_cpu(vmxarea, cpu)); |
950 | } | 950 | } |
951 | 951 | ||
952 | extern struct vmcs *alloc_vmcs_cpu(int cpu); | ||
953 | |||
954 | static __init int alloc_kvm_area(void) | 952 | static __init int alloc_kvm_area(void) |
955 | { | 953 | { |
956 | int cpu; | 954 | int cpu; |