]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to comply wi
authorrkennedy <dick.kennedy@avagotech.com>
Tue, 13 Oct 2015 20:15:07 +0000 (13:15 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Mon, 19 Oct 2015 16:10:57 +0000 (09:10 -0700)
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 <chuck.anderson@oracle.com>
drivers/scsi/lpfc/lpfc_sli.c

index 4feb9312a44745787aa7cd0763991f864c81c04f..95d53c734847c63fa4508fb9b0d49344796a93ad 100644 (file)
@@ -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)
 {