aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDexuan Cui <[email protected]>2016-08-23 04:47:23 +0000
committerBjorn Helgaas <[email protected]>2016-09-06 12:21:23 -0500
commit617ceb62eaa1a180e8af1be9903d960c3a0b2ebc (patch)
tree52958d82a8550728c57c9913a017ff308a048d26
parent7d0f8eec976ae5a364af84fd8e92f6da9ec05a41 (diff)
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 <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: KY Srinivasan <[email protected]> CC: Jake Oshins <[email protected]> CC: Haiyang Zhang <[email protected]> CC: Vitaly Kuznetsov <[email protected]>
-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;