Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: James Smart <james.smart@avagotech.com>
Reviewed-by: Sebastian Herbszt <herbszt@gmx.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>

authored by

Nicholas Krause and committed by
James Bottomley
3bb11fc5 c0365c06

+1 -1
+1 -1
drivers/scsi/lpfc/lpfc_sli.c
··· 6696 6696 * This function checks if any mailbox completions are present on the mailbox 6697 6697 * completion queue. 6698 6698 **/ 6699 - bool 6699 + static bool 6700 6700 lpfc_sli4_mbox_completions_pending(struct lpfc_hba *phba) 6701 6701 { 6702 6702