]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: Remove redundant alloc_vmcs_cpu declaration
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 31 Jul 2007 10:46:12 +0000 (20:46 +1000)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:22 +0000 (10:18 +0200)
commit37c00051b53861929a910309c1823b415d55cfdf
treef14333721339eeb3f20030e3d8a5b7a008ff2854
parentbfc733a7a32612fe213a7492c385f2b03f592d7f
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>
drivers/kvm/vmx.c