From: Sasha Levin Date: Mon, 30 May 2011 17:27:51 +0000 (+0300) Subject: kvm tools: Remove wrong global definition of kvm X-Git-Tag: next-20110824~3^2~243 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea50a9bba4e4f34dbd2cd1ca0eb787c493f49253;p=karo-tx-linux.git kvm tools: Remove wrong global definition of kvm Signed-off-by: Sasha Levin Signed-off-by: Pekka Enberg --- diff --git a/tools/kvm/include/kvm/mptable.h b/tools/kvm/include/kvm/mptable.h index 3c8362df50bb..8557ae89445b 100644 --- a/tools/kvm/include/kvm/mptable.h +++ b/tools/kvm/include/kvm/mptable.h @@ -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);