|
@@ -1317,7 +1317,7 @@ struct bus_type pci_bus_type = {
|
|
.remove = pci_device_remove,
|
|
.remove = pci_device_remove,
|
|
.shutdown = pci_device_shutdown,
|
|
.shutdown = pci_device_shutdown,
|
|
.dev_attrs = pci_dev_attrs,
|
|
.dev_attrs = pci_dev_attrs,
|
|
- .bus_attrs = pci_bus_attrs,
|
|
|
|
|
|
+ .bus_groups = pci_bus_groups,
|
|
.drv_attrs = pci_drv_attrs,
|
|
.drv_attrs = pci_drv_attrs,
|
|
.pm = PCI_PM_OPS_PTR,
|
|
.pm = PCI_PM_OPS_PTR,
|
|
};
|
|
};
|