PCI/MSI: Export MSI mode using attributes, not kobjects
[firefly-linux-kernel-4.4.55.git] / include / linux / pci.h
index 1084a15175e04ff0bc715e3e429aab7027d279f8..36a5b1828f91f23c302442fb816cb252466840d4 100644 (file)
@@ -351,7 +351,7 @@ struct pci_dev {
        struct bin_attribute *res_attr_wc[DEVICE_COUNT_RESOURCE]; /* sysfs file for WC mapping of resources */
 #ifdef CONFIG_PCI_MSI
        struct list_head msi_list;
-       struct kset *msi_kset;
+       const struct attribute_group **msi_irq_groups;
 #endif
        struct pci_vpd *vpd;
 #ifdef CONFIG_PCI_ATS