Commit 163136b1 authored by Dexuan Cui's avatar Dexuan Cui Committed by Luis Henriques

PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device

BugLink: http://bugs.launchpad.net/bugs/1650059

Remove the unused 'wrk' member in struct hv_pcibus_device.
Signed-off-by: default avatarDexuan Cui <decui@microsoft.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarKY Srinivasan <kys@microsoft.com>
CC: Jake Oshins <jakeo@microsoft.com>
CC: Haiyang Zhang <haiyangz@microsoft.com>
CC: Vitaly Kuznetsov <vkuznets@redhat.com>
(cherry picked from commit 617ceb62)
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
Acked-by: default avatarBrad Figg <brad.figg@canonical.com>
Acked-by: default avatarSeth Forshee <seth.forshee@canonical.com>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent d67afab1
...@@ -374,7 +374,6 @@ struct hv_pcibus_device { ...@@ -374,7 +374,6 @@ struct hv_pcibus_device {
struct list_head children; struct list_head children;
struct list_head dr_list; struct list_head dr_list;
struct work_struct wrk;
struct msi_domain_info msi_info; struct msi_domain_info msi_info;
struct msi_controller msi_chip; struct msi_controller msi_chip;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment