]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Remove wrong global definition of kvm
authorSasha Levin <levinsasha928@gmail.com>
Mon, 30 May 2011 17:27:51 +0000 (20:27 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 2 Jun 2011 08:37:46 +0000 (11:37 +0300)
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/include/kvm/mptable.h

index 3c8362df50bbe07eb95024d9f480ab712d9d1bae..8557ae89445bd8f21b497decce7ff18010b0a080 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef KVM_MPTABLE_H_
 #define KVM_MPTABLE_H_
 
-struct kvm kvm;
+struct kvm;
 
 void mptable_setup(struct kvm *kvm, unsigned int ncpus);