diff options
Diffstat (limited to 'drivers/pci/hotplug/rpaphp.h')
-rw-r--r-- | drivers/pci/hotplug/rpaphp.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h index 2d9f420dfa4f..9f050fde80c2 100644 --- a/drivers/pci/hotplug/rpaphp.h +++ b/drivers/pci/hotplug/rpaphp.h | |||
@@ -80,10 +80,9 @@ struct slot { | |||
80 | char *name; | 80 | char *name; |
81 | char *location; | 81 | char *location; |
82 | u8 removable; | 82 | u8 removable; |
83 | struct device_node *dn; /* slot's device_node in OFDT */ | 83 | struct device_node *dn; |
84 | /* dn has phb info */ | 84 | struct pci_bus *bus; |
85 | struct pci_dev *bridge; /* slot's pci_dev in pci_devices */ | 85 | struct list_head *pci_devs; |
86 | struct list_head *pci_devs; /* pci_devs in PCI slot */ | ||
87 | struct hotplug_slot *hotplug_slot; | 86 | struct hotplug_slot *hotplug_slot; |
88 | }; | 87 | }; |
89 | 88 | ||