aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 1084a15175e0..36a5b1828f91 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -351,7 +351,7 @@ struct pci_dev {
351 struct bin_attribute *res_attr_wc[DEVICE_COUNT_RESOURCE]; /* sysfs file for WC mapping of resources */ 351 struct bin_attribute *res_attr_wc[DEVICE_COUNT_RESOURCE]; /* sysfs file for WC mapping of resources */
352#ifdef CONFIG_PCI_MSI 352#ifdef CONFIG_PCI_MSI
353 struct list_head msi_list; 353 struct list_head msi_list;
354 struct kset *msi_kset; 354 const struct attribute_group **msi_irq_groups;
355#endif 355#endif
356 struct pci_vpd *vpd; 356 struct pci_vpd *vpd;
357#ifdef CONFIG_PCI_ATS 357#ifdef CONFIG_PCI_ATS