]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/hotplug/rpaphp.h
[PATCH] PCI Hotplug: rpaphp: Change slot pci reference
[linux-2.6-omap-h63xx.git] / drivers / pci / hotplug / rpaphp.h
index 2d9f420dfa4f5b8580c8d5c8ded1aadf8d8c1616..9f050fde80c205cddf3f4b4d0fe42a2d6229b74e 100644 (file)
@@ -80,10 +80,9 @@ struct slot {
        char *name;
        char *location;
        u8 removable;
-       struct device_node *dn; /* slot's device_node in OFDT */
-                               /* dn has phb info */
-       struct pci_dev *bridge; /* slot's pci_dev in pci_devices */
-       struct list_head *pci_devs; /* pci_devs in PCI slot */
+       struct device_node *dn;
+       struct pci_bus *bus;
+       struct list_head *pci_devs;
        struct hotplug_slot *hotplug_slot;
 };