projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0365c0
)
lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to comply...
author
Nicholas Krause
<
[email protected]
>
Mon, 31 Aug 2015 20:48:13 +0000
(16:48 -0400)
committer
James Bottomley
<
[email protected]
>
Tue, 27 Oct 2015 01:05:11 +0000
(10:05 +0900)
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 <
[email protected]
>
Signed-off-by: James Smart <
[email protected]
>
Reviewed-by: Sebastian Herbszt <
[email protected]
>
Reviewed-by: Hannes Reinecke <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/lpfc/lpfc_sli.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_sli.c
b/drivers/scsi/lpfc/lpfc_sli.c
index 4feb9312a44745787aa7cd0763991f864c81c04f..95d53c734847c63fa4508fb9b0d49344796a93ad 100644
(file)
--- 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)
{