scsi: make pci error handlers const
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_init.c
index 45c15208be9fc5e4d0e4705558fc1d116bf6c89d..a979e2765cf6ca1257c9985e4dcf5b652ff0bea3 100644 (file)
@@ -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,
This page took 0.0328 seconds and 5 git commands to generate.