diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_mbox.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_mbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_mbox.c b/drivers/scsi/lpfc/lpfc_mbox.c index 12dbe99ccc50..b234c50c255f 100644 --- a/drivers/scsi/lpfc/lpfc_mbox.c +++ b/drivers/scsi/lpfc/lpfc_mbox.c | |||
@@ -2260,7 +2260,7 @@ lpfc_sli4_dump_cfg_rg23(struct lpfc_hba *phba, struct lpfcMboxq *mbox) | |||
2260 | return 0; | 2260 | return 0; |
2261 | } | 2261 | } |
2262 | 2262 | ||
2263 | void | 2263 | static void |
2264 | lpfc_mbx_cmpl_rdp_link_stat(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 2264 | lpfc_mbx_cmpl_rdp_link_stat(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
2265 | { | 2265 | { |
2266 | MAILBOX_t *mb; | 2266 | MAILBOX_t *mb; |
@@ -2281,7 +2281,7 @@ mbx_failed: | |||
2281 | rdp_context->cmpl(phba, rdp_context, rc); | 2281 | rdp_context->cmpl(phba, rdp_context, rc); |
2282 | } | 2282 | } |
2283 | 2283 | ||
2284 | void | 2284 | static void |
2285 | lpfc_mbx_cmpl_rdp_page_a2(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox) | 2285 | lpfc_mbx_cmpl_rdp_page_a2(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox) |
2286 | { | 2286 | { |
2287 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) mbox->context1; | 2287 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) mbox->context1; |