From: Xiao Guangrong Date: Thu, 24 Nov 2011 10:09:11 +0000 (+0800) Subject: KVM: IA64: fix struct redefinition X-Git-Tag: v3.3-rc1~131^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f9a9ef5492cae66aca2ad9873360161320d5af;p=pandora-kernel.git KVM: IA64: fix struct redefinition There is the same struct definition in ia64 and kvm common code: arch/ia64/kvm//kvm-ia64.c: At top level: arch/ia64/kvm//kvm-ia64.c:777:8: error: redefinition of ‘struct kvm_io_range’ include/linux/kvm_host.h:62:8: note: originally defined here So, rename kvm_io_range to kvm_ia64_io_range in ia64 code Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed