public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [SCSI] Make sgiwd93_detect and sgiwd93_detect static.
@ 2006-03-09 14:35 Ralf Baechle
  2006-03-09 14:44 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2006-03-09 14:35 UTC (permalink / raw)
  To: linux-scsi

Nothing outside sgiwd93.c references them.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c
index bf2ceb5..7cd366f 100644
--- a/drivers/scsi/sgiwd93.c
+++ b/drivers/scsi/sgiwd93.c
@@ -265,7 +265,7 @@ out_unregister:
 	return NULL;
 }
 
-int __init sgiwd93_detect(struct scsi_host_template *SGIblows)
+static int __init sgiwd93_detect(struct scsi_host_template *SGIblows)
 {
 	int found = 0;
 
@@ -288,7 +288,7 @@ int __init sgiwd93_detect(struct scsi_ho
 	return found;
 }
 
-int sgiwd93_release(struct Scsi_Host *instance)
+static int sgiwd93_release(struct Scsi_Host *instance)
 {
 	struct ip22_hostdata *hdata = HDATA(instance);
 	int irq = 0;

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

end of thread, other threads:[~2006-03-09 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-09 14:35 [SCSI] Make sgiwd93_detect and sgiwd93_detect static Ralf Baechle
2006-03-09 14:44 ` Matthew Wilcox
2006-03-09 15:44   ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox