mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-06 13:41:44 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user