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:
@@ -16373,7 +16373,7 @@ static void tg3_io_resume(struct pci_dev *pdev)
|
||||
rtnl_unlock();
|
||||
}
|
||||
|
||||
static struct pci_error_handlers tg3_err_handler = {
|
||||
static const struct pci_error_handlers tg3_err_handler = {
|
||||
.error_detected = tg3_io_error_detected,
|
||||
.slot_reset = tg3_io_slot_reset,
|
||||
.resume = tg3_io_resume
|
||||
|
||||
Reference in New Issue
Block a user