]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: IA64: fix struct redefinition
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Thu, 24 Nov 2011 10:09:11 +0000 (18:09 +0800)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:17:43 +0000 (11:17 +0200)
commit60f9a9ef5492cae66aca2ad9873360161320d5af
tree9fc03198a5aad6491e39fa2410f0a82648f75688
parentf85e2cb5dbaf905e9470d3fe099b31619da431fc
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 <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/ia64/kvm/kvm-ia64.c