From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Thu, 18 Dec 2008 11:19:47 +0000 Subject: [patch] buildfix - remove struct kvm_guest_debug for ia64 Message-Id: <494A31D3.3000106@sgi.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------070502000207060002030200" List-Id: To: kvm-ia64@vger.kernel.org This is a multi-part message in MIME format. --------------070502000207060002030200 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Someone added a bogus kvm_guest_debug struct - get rid of it so we can compile the tree again. Jes --------------070502000207060002030200 Content-Type: text/plain; name="6002-kvm-ia64-duplicate-kvm_guest_debug.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="6002-kvm-ia64-duplicate-kvm_guest_debug.patch" Remove conflicting struct kvm_guest_debug from ia64 headers. Signed-off-by: Jes Sorensen --- 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 */ --------------070502000207060002030200--