projects
/
GitHub
/
LineageOS
/
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:
7d0f8ee
)
PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
author
Dexuan Cui
<decui@microsoft.com>
Tue, 23 Aug 2016 04:47:23 +0000
(
04:47
+0000)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 6 Sep 2016 17:21:23 +0000
(12:21 -0500)
Remove the unused 'wrk' member in struct hv_pcibus_device.
Signed-off-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: KY Srinivasan <kys@microsoft.com>
CC: Jake Oshins <jakeo@microsoft.com>
CC: Haiyang Zhang <haiyangz@microsoft.com>
CC: Vitaly Kuznetsov <vkuznets@redhat.com>
drivers/pci/host/pci-hyperv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/host/pci-hyperv.c
b/drivers/pci/host/pci-hyperv.c
index 735fcc5aacc1ccd1ddbe1a7fd4e4da8f88b516cc..3034d48edbe168ae5fdc4ac9b62310ba00258fd7 100644
(file)
--- a/
drivers/pci/host/pci-hyperv.c
+++ b/
drivers/pci/host/pci-hyperv.c
@@
-374,7
+374,6
@@
struct hv_pcibus_device {
struct list_head children;
struct list_head dr_list;
- struct work_struct wrk;
struct msi_domain_info msi_info;
struct msi_controller msi_chip;