From: Paolo Bonzini Date: Fri, 29 Aug 2014 12:01:17 +0000 (+0200) Subject: KVM: forward declare structs in kvm_types.h X-Git-Tag: fixes-for-v3.18-merge-window~23^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656473003bc7e056c3bbd4a4d9832dad01e86f76;p=pandora-kernel.git KVM: forward declare structs in kvm_types.h Opaque KVM structs are useful for prototypes in asm/kvm_host.h, to avoid "'struct foo' declared inside parameter list" warnings (and consequent breakage due to conflicting types). Move them from individual files to a generic place in linux/kvm_types.h. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed