]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SCSI] Make sgiwd93_detect and sgiwd93_detect static.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 9 Mar 2006 14:35:13 +0000 (14:35 +0000)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 12 Mar 2006 15:24:55 +0000 (09:24 -0600)
Nothing outside sgiwd93.c references them.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sgiwd93.c

index bf2ceb54354c50d3dabbb4f1730cbb39f36d19e2..7cd366fcc57112a3665fb8ef3c0788accf566cd2 100644 (file)
@@ -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_host_template *SGIblows)
        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;