Merge branch 'pci/stephen-const' into next
* pci/stephen-const: make drivers with pci error handlers const scsi: make pci error handlers const netdev: make pci_error_handlers const PCI: Make pci_error_handlers const
This commit is contained in:
@@ -3453,7 +3453,7 @@ static void eeh_resume(struct pci_dev *pdev)
|
||||
rtnl_unlock();
|
||||
}
|
||||
|
||||
static struct pci_error_handlers cxgb4_eeh = {
|
||||
static const struct pci_error_handlers cxgb4_eeh = {
|
||||
.error_detected = eeh_err_detected,
|
||||
.slot_reset = eeh_slot_reset,
|
||||
.resume = eeh_resume,
|
||||
|
Reference in New Issue
Block a user