Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bb11fc5 authored by Nicholas Krause's avatar Nicholas Krause Committed by James Bottomley
Browse files

lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to...


lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to comply with function prototype

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: default avatarNicholas Krause <xerofoify@gmail.com>
Signed-off-by: default avatarJames Smart <james.smart@avagotech.com>
Reviewed-by: default avatarSebastian Herbszt <herbszt@gmx.de>
Reviewed-by: default avatarHannes Reinecke <hare@suse.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Odin.com>
parent c0365c06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{