Skip to content

Commit

Permalink
[SCSI] Make sgiwd93_detect and sgiwd93_detect static.
Browse files Browse the repository at this point in the history
Nothing outside sgiwd93.c references them.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Ralf Baechle authored and James Bottomley committed Mar 12, 2006
1 parent 5c1b85e commit a0b6b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/sgiwd93.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static struct Scsi_Host * __init sgiwd93_setup_scsi(
return NULL;
}

int __init sgiwd93_detect(struct scsi_host_template *SGIblows)
static int __init sgiwd93_detect(struct scsi_host_template *SGIblows)
{
int found = 0;

Expand All @@ -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;
Expand Down

0 comments on commit a0b6b6e

Please sign in to comment.