MSI: Use a list instead of the custom link structure
[powerpc.git] / drivers / pci / probe.c
index c659f8a..e48fcf0 100644 (file)
@@ -857,6 +857,8 @@ struct pci_dev *alloc_pci_dev(void)
        INIT_LIST_HEAD(&dev->global_list);
        INIT_LIST_HEAD(&dev->bus_list);
 
+       pci_msi_init_pci_dev(dev);
+
        return dev;
 }
 EXPORT_SYMBOL(alloc_pci_dev);