projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
464d17c
)
KVM: remove unused field from the assigned dev struct
author
Ben-Ami Yassour
<benami@il.ibm.com>
Tue, 5 Aug 2008 12:30:13 +0000
(15:30 +0300)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 15 Oct 2008 08:15:19 +0000
(10:15 +0200)
Remove unused field: struct kvm_assigned_pci_dev assigned_dev
from struct: struct kvm_assigned_dev_kernel
Signed-off-by: Ben-Ami Yassour <benami@il.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
include/asm-x86/kvm_host.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86/kvm_host.h
b/include/asm-x86/kvm_host.h
index 9cb4b4dae5c69d36ec5009e9471f0e37315cc4f9..225fdb835d44d8eaf2af94d3b15e30e6539c9eb7 100644
(file)
--- 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;