kvm tools: Remove wrong global definition of kvm

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Sasha Levin
2015-06-01 16:39:44 +01:00
committed by Will Deacon
parent b1c2516b70
commit f9478eee95
+1 -1
View 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);