linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 15/22] lpfc 8.1.2 : Make lpfc_els_rsp_rps_acc and lpfc_els_rsp_rpl_acc static
@ 2006-02-08 15:42 James Smart
  0 siblings, 0 replies; 2+ messages in thread
From: James Smart @ 2006-02-08 15:42 UTC (permalink / raw)
  To: linux-scsi


Make lpfc_els_rsp_rps_acc and lpfc_els_rsp_rpl_acc static


Signed-off-by: James Smart <James.Smart@emulex.com>

--- a/drivers/scsi/lpfc/lpfc_els.c
+++ b/drivers/scsi/lpfc/lpfc_els.c
@@ -2668,7 +2668,7 @@ lpfc_els_rcv_lirr(struct lpfc_hba * phba
  	return 0;
  }

-void
+static void
  lpfc_els_rsp_rps_acc(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb)
  {
  	struct lpfc_sli *psli;
@@ -2795,7 +2795,7 @@ lpfc_els_rcv_rps(struct lpfc_hba * phba,
  	return 0;
  }

-int
+static int
  lpfc_els_rsp_rpl_acc(struct lpfc_hba * phba, uint16_t cmdsize,
  		 struct lpfc_iocbq * oldiocb, struct lpfc_nodelist * ndlp)
  {


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 15/22] lpfc 8.1.2: Make lpfc_els_rsp_rps_acc and lpfc_els_rsp_rpl_acc static
@ 2006-03-01  0:25 Jamie Wellnitz
  0 siblings, 0 replies; 2+ messages in thread
From: Jamie Wellnitz @ 2006-03-01  0:25 UTC (permalink / raw)
  To: linux-scsi

Make lpfc_els_rsp_rps_acc and lpfc_els_rsp_rpl_acc static

Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com>

--- a/drivers/scsi/lpfc/lpfc_els.c
+++ b/drivers/scsi/lpfc/lpfc_els.c
@@ -2668,7 +2668,7 @@ lpfc_els_rcv_lirr(struct lpfc_hba * phba
 	return 0;
 }
 
-void
+static void
 lpfc_els_rsp_rps_acc(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb)
 {
 	struct lpfc_sli *psli;
@@ -2795,7 +2795,7 @@ lpfc_els_rcv_rps(struct lpfc_hba * phba,
 	return 0;
 }
 
-int
+static int
 lpfc_els_rsp_rpl_acc(struct lpfc_hba * phba, uint16_t cmdsize,
 		 struct lpfc_iocbq * oldiocb, struct lpfc_nodelist * ndlp)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-01  0:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08 15:42 [PATCH 15/22] lpfc 8.1.2 : Make lpfc_els_rsp_rps_acc and lpfc_els_rsp_rpl_acc static James Smart
  -- strict thread matches above, loose matches on Subject: below --
2006-03-01  0:25 [PATCH 15/22] lpfc 8.1.2: " Jamie Wellnitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).