From: Ben-Ami Yassour Date: Tue, 5 Aug 2008 12:30:13 +0000 (+0300) Subject: KVM: remove unused field from the assigned dev struct X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8349b5cd816adf102c078553ec8ca63b3beb457c;p=deliverable%2Flinux.git KVM: remove unused field from the assigned dev struct Remove unused field: struct kvm_assigned_pci_dev assigned_dev from struct: struct kvm_assigned_dev_kernel Signed-off-by: Ben-Ami Yassour Signed-off-by: Avi Kivity --- diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 9cb4b4dae5c6..225fdb835d44 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h @@ -341,7 +341,6 @@ struct kvm_assigned_dev_kernel { struct kvm_irq_ack_notifier ack_notifier; struct work_struct interrupt_work; struct list_head list; - struct kvm_assigned_pci_dev assigned_dev; int assigned_dev_id; int host_busnr; int host_devfn;