File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -464,12 +464,12 @@ struct pci_dev {
464
464
unsigned int no_vf_scan :1 ; /* Don't scan for VFs after IOV enablement */
465
465
unsigned int no_command_memory :1 ; /* No PCI_COMMAND_MEMORY */
466
466
unsigned int rom_bar_overlap :1 ; /* ROM BAR disable broken */
467
+ unsigned int rom_attr_enabled :1 ; /* Display of ROM attribute enabled? */
467
468
pci_dev_flags_t dev_flags ;
468
469
atomic_t enable_cnt ; /* pci_enable_device has been called */
469
470
470
471
u32 saved_config_space [16 ]; /* Config space saved at suspend time */
471
472
struct hlist_head saved_cap_space ;
472
- int rom_attr_enabled ; /* Display of ROM attribute enabled? */
473
473
struct bin_attribute * res_attr [DEVICE_COUNT_RESOURCE ]; /* sysfs file for resources */
474
474
struct bin_attribute * res_attr_wc [DEVICE_COUNT_RESOURCE ]; /* sysfs file for WC mapping of resources */
475
475
You can’t perform that action at this time.
0 commit comments