[patch] buildfix - remove struct kvm_guest_debug for ia64
Jes Sorensen <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64 |
|---|---|
| Message-ID | <[email protected]> |
Hi, Someone added a bogus kvm_guest_debug struct - get rid of it so we can compile the tree again. Jes
6002-kvm-ia64-duplicate-kvm_guest_debug.patch
(text/plain, 543 B)
Remove conflicting struct kvm_guest_debug from ia64 headers. Signed-off-by: Jes Sorensen <[email protected]> --- 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 */