MSI: Use a list instead of the custom link structure
[linux-drm-fsl-dcu.git] / include / linux / pci.h
index c02074785d4098cb053ae390e144595ef6d6f18f..d43097dc86728858def3f28360c3e9bd6966f9a6 100644 (file)
@@ -190,6 +190,7 @@ struct pci_dev {
        struct bin_attribute *res_attr[DEVICE_COUNT_RESOURCE]; /* sysfs file for resources */
 #ifdef CONFIG_PCI_MSI
        unsigned int first_msi_irq;
+       struct list_head msi_list;
 #endif
 };