scsi: make pci error handlers const
[deliverable/linux.git] / drivers / scsi / ipr.c
index 467dc38246f93317221239e45a798c867bd1cdb0..b91fa7aed37cc95ae3bc487d420c328b506169fe 100644 (file)
@@ -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,
 };
This page took 0.035992 seconds and 5 git commands to generate.