diff options
author | 2016-08-23 04:47:23 +0000 | |
---|---|---|
committer | 2016-09-06 12:21:23 -0500 | |
commit | 617ceb62eaa1a180e8af1be9903d960c3a0b2ebc (patch) | |
tree | 52958d82a8550728c57c9913a017ff308a048d26 | |
parent | PCI: hv: Use pci_function_description[0] in struct definitions (diff) | |
download | wireguard-linux-617ceb62eaa1a180e8af1be9903d960c3a0b2ebc.tar.xz wireguard-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>
-rw-r--r-- | drivers/pci/host/pci-hyperv.c | 1 |
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; |