Skip to content

Commit 617ceb6

Browse files
dcuibjorn-helgaas
authored andcommitted
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]>
1 parent 7d0f8ee commit 617ceb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pci/host/pci-hyperv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ struct hv_pcibus_device {
374374

375375
struct list_head children;
376376
struct list_head dr_list;
377-
struct work_struct wrk;
378377

379378
struct msi_domain_info msi_info;
380379
struct msi_controller msi_chip;

0 commit comments

Comments
 (0)