From: rkennedy Date: Tue, 13 Oct 2015 20:15:07 +0000 (-0700) Subject: lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to comply wi X-Git-Tag: v4.1.12-92~249^2~3^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ea7974a569386784c1a5c2e3cc8eaf9111316145;p=users%2Fjedix%2Flinux-maple.git lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to comply wi Submitted by james.smart () james.smart.()@emulex.comSubmitted by Nicholas Krause Nicholas.Krause@emulex.com From: Nicholas Krause xerofoify@gmail.com This makes the function lpfc_sli4_mbox_completion's definition static now in order to comply with its prototype being also declared as static too. Signed-off-by: Nicholas Krause xerofoify@gmail.com Signed-off-by: James Smart james.smart@avagotech.com http://marc.info/?l=linux-scsi&m=144105411503741&w=2 Orabug: 22029622 From dick.kennedy@avagotech.com lpfc-10.5.0.1-11.0.0.3-1.tar.gz Acked-by: Chuck Anderson --- diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 4feb9312a4474..95d53c734847c 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c @@ -6696,7 +6696,7 @@ lpfc_mbox_timeout(unsigned long ptr) * This function checks if any mailbox completions are present on the mailbox * completion queue. **/ -bool +static bool lpfc_sli4_mbox_completions_pending(struct lpfc_hba *phba) {