diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 68a29f0f2748..a6a088e1a804 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -222,6 +222,7 @@ struct pci_dev { | |||
222 | struct bin_attribute *rom_attr; /* attribute descriptor for sysfs ROM entry */ | 222 | struct bin_attribute *rom_attr; /* attribute descriptor for sysfs ROM entry */ |
223 | int rom_attr_enabled; /* has display of the rom attribute been enabled? */ | 223 | int rom_attr_enabled; /* has display of the rom attribute been enabled? */ |
224 | struct bin_attribute *res_attr[DEVICE_COUNT_RESOURCE]; /* sysfs file for resources */ | 224 | struct bin_attribute *res_attr[DEVICE_COUNT_RESOURCE]; /* sysfs file for resources */ |
225 | struct bin_attribute *res_attr_wc[DEVICE_COUNT_RESOURCE]; /* sysfs file for WC mapping of resources */ | ||
225 | #ifdef CONFIG_PCI_MSI | 226 | #ifdef CONFIG_PCI_MSI |
226 | struct list_head msi_list; | 227 | struct list_head msi_list; |
227 | #endif | 228 | #endif |