]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/probe.c
PCI: introduce pci_slot
[linux-2.6-omap-h63xx.git] / drivers / pci / probe.c
index aebab71abebfa3222617ce3fce378f7adf04b8c1..4562827b7e22c360652e5d6f9bff397cce4a800d 100644 (file)
@@ -414,6 +414,7 @@ static struct pci_bus * pci_alloc_bus(void)
                INIT_LIST_HEAD(&b->node);
                INIT_LIST_HEAD(&b->children);
                INIT_LIST_HEAD(&b->devices);
+               INIT_LIST_HEAD(&b->slots);
        }
        return b;
 }