diff options
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_isr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index ca463469063d..0f04258becbf 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c | |||
@@ -1633,7 +1633,7 @@ struct qla_init_msix_entry { | |||
1633 | uint16_t entry; | 1633 | uint16_t entry; |
1634 | uint16_t index; | 1634 | uint16_t index; |
1635 | const char *name; | 1635 | const char *name; |
1636 | irqreturn_t (*handler)(int, void *); | 1636 | irq_handler_t handler; |
1637 | }; | 1637 | }; |
1638 | 1638 | ||
1639 | static struct qla_init_msix_entry imsix_entries[QLA_MSIX_ENTRIES] = { | 1639 | static struct qla_init_msix_entry imsix_entries[QLA_MSIX_ENTRIES] = { |