aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_mbox.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_mbox.c4
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
2263void 2263static void
2264lpfc_mbx_cmpl_rdp_link_stat(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) 2264lpfc_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
2284void 2284static void
2285lpfc_mbx_cmpl_rdp_page_a2(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox) 2285lpfc_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;