aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/hotplug/pciehp.h')
-rw-r--r--drivers/pci/hotplug/pciehp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h
index 9e6cec67e1cc..217427a0ead9 100644
--- a/drivers/pci/hotplug/pciehp.h
+++ b/drivers/pci/hotplug/pciehp.h
@@ -87,6 +87,7 @@ struct controller {
87 int num_slots; /* Number of slots on ctlr */ 87 int num_slots; /* Number of slots on ctlr */
88 int slot_num_inc; /* 1 or -1 */ 88 int slot_num_inc; /* 1 or -1 */
89 struct pci_dev *pci_dev; 89 struct pci_dev *pci_dev;
90 struct pcie_device *pcie; /* PCI Express port service */
90 struct list_head slot_list; 91 struct list_head slot_list;
91 struct hpc_ops *hpc_ops; 92 struct hpc_ops *hpc_ops;
92 wait_queue_head_t queue; /* sleep & wake process */ 93 wait_queue_head_t queue; /* sleep & wake process */