Loading drivers/scsi/ipr.c +1 −1 Original line number Diff line number Diff line Loading @@ -9228,7 +9228,7 @@ static struct pci_device_id ipr_pci_table[] __devinitdata = { }; MODULE_DEVICE_TABLE(pci, ipr_pci_table); static struct pci_error_handlers ipr_err_handler = { static const struct pci_error_handlers ipr_err_handler = { .error_detected = ipr_pci_error_detected, .slot_reset = ipr_pci_slot_reset, }; Loading drivers/scsi/lpfc/lpfc_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -10425,7 +10425,7 @@ static struct pci_device_id lpfc_id_table[] = { MODULE_DEVICE_TABLE(pci, lpfc_id_table); static struct pci_error_handlers lpfc_err_handler = { static const struct pci_error_handlers lpfc_err_handler = { .error_detected = lpfc_io_error_detected, .slot_reset = lpfc_io_slot_reset, .resume = lpfc_io_resume, Loading drivers/scsi/mpt2sas/mpt2sas_scsih.c +1 −1 Original line number Diff line number Diff line Loading @@ -8306,7 +8306,7 @@ _scsih_pci_mmio_enabled(struct pci_dev *pdev) return PCI_ERS_RESULT_NEED_RESET; } static struct pci_error_handlers _scsih_err_handler = { static const struct pci_error_handlers _scsih_err_handler = { .error_detected = _scsih_pci_error_detected, .mmio_enabled = _scsih_pci_mmio_enabled, .slot_reset = _scsih_pci_slot_reset, Loading drivers/scsi/qla2xxx/qla_os.c +1 −1 Original line number Diff line number Diff line Loading @@ -4471,7 +4471,7 @@ qla2xxx_pci_resume(struct pci_dev *pdev) ha->flags.eeh_busy = 0; } static struct pci_error_handlers qla2xxx_err_handler = { static const struct pci_error_handlers qla2xxx_err_handler = { .error_detected = qla2xxx_pci_error_detected, .mmio_enabled = qla2xxx_pci_mmio_enabled, .slot_reset = qla2xxx_pci_slot_reset, Loading drivers/scsi/qla4xxx/ql4_os.c +1 −1 Original line number Diff line number Diff line Loading @@ -6148,7 +6148,7 @@ qla4xxx_pci_resume(struct pci_dev *pdev) clear_bit(AF_EEH_BUSY, &ha->flags); } static struct pci_error_handlers qla4xxx_err_handler = { static const struct pci_error_handlers qla4xxx_err_handler = { .error_detected = qla4xxx_pci_error_detected, .mmio_enabled = qla4xxx_pci_mmio_enabled, .slot_reset = qla4xxx_pci_slot_reset, Loading Loading
drivers/scsi/ipr.c +1 −1 Original line number Diff line number Diff line Loading @@ -9228,7 +9228,7 @@ static struct pci_device_id ipr_pci_table[] __devinitdata = { }; MODULE_DEVICE_TABLE(pci, ipr_pci_table); static struct pci_error_handlers ipr_err_handler = { static const struct pci_error_handlers ipr_err_handler = { .error_detected = ipr_pci_error_detected, .slot_reset = ipr_pci_slot_reset, }; Loading
drivers/scsi/lpfc/lpfc_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -10425,7 +10425,7 @@ static struct pci_device_id lpfc_id_table[] = { MODULE_DEVICE_TABLE(pci, lpfc_id_table); static struct pci_error_handlers lpfc_err_handler = { static const struct pci_error_handlers lpfc_err_handler = { .error_detected = lpfc_io_error_detected, .slot_reset = lpfc_io_slot_reset, .resume = lpfc_io_resume, Loading
drivers/scsi/mpt2sas/mpt2sas_scsih.c +1 −1 Original line number Diff line number Diff line Loading @@ -8306,7 +8306,7 @@ _scsih_pci_mmio_enabled(struct pci_dev *pdev) return PCI_ERS_RESULT_NEED_RESET; } static struct pci_error_handlers _scsih_err_handler = { static const struct pci_error_handlers _scsih_err_handler = { .error_detected = _scsih_pci_error_detected, .mmio_enabled = _scsih_pci_mmio_enabled, .slot_reset = _scsih_pci_slot_reset, Loading
drivers/scsi/qla2xxx/qla_os.c +1 −1 Original line number Diff line number Diff line Loading @@ -4471,7 +4471,7 @@ qla2xxx_pci_resume(struct pci_dev *pdev) ha->flags.eeh_busy = 0; } static struct pci_error_handlers qla2xxx_err_handler = { static const struct pci_error_handlers qla2xxx_err_handler = { .error_detected = qla2xxx_pci_error_detected, .mmio_enabled = qla2xxx_pci_mmio_enabled, .slot_reset = qla2xxx_pci_slot_reset, Loading
drivers/scsi/qla4xxx/ql4_os.c +1 −1 Original line number Diff line number Diff line Loading @@ -6148,7 +6148,7 @@ qla4xxx_pci_resume(struct pci_dev *pdev) clear_bit(AF_EEH_BUSY, &ha->flags); } static struct pci_error_handlers qla4xxx_err_handler = { static const struct pci_error_handlers qla4xxx_err_handler = { .error_detected = qla4xxx_pci_error_detected, .mmio_enabled = qla4xxx_pci_mmio_enabled, .slot_reset = qla4xxx_pci_slot_reset, Loading