summaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorDexuan Cui2016-08-23 06:47:23 +0200
committerBjorn Helgaas2016-09-06 19:21:23 +0200
commit617ceb62eaa1a180e8af1be9903d960c3a0b2ebc (patch)
tree52958d82a8550728c57c9913a017ff308a048d26 /drivers/pci
parentPCI: hv: Use pci_function_description[0] in struct definitions (diff)
downloadkernel-qcow2-linux-617ceb62eaa1a180e8af1be9903d960c3a0b2ebc.tar.gz
kernel-qcow2-linux-617ceb62eaa1a180e8af1be9903d960c3a0b2ebc.tar.xz
kernel-qcow2-linux-617ceb62eaa1a180e8af1be9903d960c3a0b2ebc.zip
PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/host/pci-hyperv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/host/pci-hyperv.c
index 735fcc5aacc1..3034d48edbe1 100644
--- 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;