Hi, Someone added a bogus kvm_guest_debug struct - get rid of it so we can compile the tree again. Jes
Remove conflicting struct kvm_guest_debug from ia64 headers. Signed-off-by: Jes Sorensen <jes@xxxxxxx> --- arch/ia64/include/asm/kvm_host.h | 2 -- 1 file changed, 2 deletions(-) Index: kvm/arch/ia64/include/asm/kvm_host.h =================================================================== --- kvm.orig/arch/ia64/include/asm/kvm_host.h +++ kvm/arch/ia64/include/asm/kvm_host.h @@ -239,8 +239,6 @@ struct kvm; struct kvm_vcpu; -struct kvm_guest_debug{ -}; struct kvm_mmio_req { uint64_t addr; /* physical address */