diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-09-07 09:33:16 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-09-07 16:35:00 -0600 |
commit | a55b2d21e81ad318b7c67a2c8530b272f631e35b (patch) | |
tree | 3e0a90bddb421317a1337faaeea5fe262da75d5e /drivers/scsi/sym53c8xx_2/sym_glue.c | |
parent | 3646f0e5c97703cecfd96cdabb085e78d9b7f680 (diff) | |
download | linux-a55b2d21e81ad318b7c67a2c8530b272f631e35b.tar.bz2 |
scsi: make pci error handlers const
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/scsi/sym53c8xx_2/sym_glue.c')
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_glue.c b/drivers/scsi/sym53c8xx_2/sym_glue.c index 36d1ed7817eb..e2b8e68b57e7 100644 --- a/drivers/scsi/sym53c8xx_2/sym_glue.c +++ b/drivers/scsi/sym53c8xx_2/sym_glue.c @@ -2117,7 +2117,7 @@ static struct pci_device_id sym2_id_table[] __devinitdata = { MODULE_DEVICE_TABLE(pci, sym2_id_table); -static struct pci_error_handlers sym2_err_handler = { +static const struct pci_error_handlers sym2_err_handler = { .error_detected = sym2_io_error_detected, .mmio_enabled = sym2_io_slot_dump, .slot_reset = sym2_io_slot_reset, |