From: Dexuan Cui Date: Tue, 23 Aug 2016 04:47:23 +0000 (+0000) Subject: PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device X-Git-Tag: v5.15~12665^2~4^6~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=617ceb62eaa1a180e8af1be9903d960c3a0b2ebc;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Bjorn Helgaas Acked-by: KY Srinivasan CC: Jake Oshins CC: Haiyang Zhang CC: Vitaly Kuznetsov --- diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/host/pci-hyperv.c index 735fcc5..3034d48 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;