Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22613
b: refs/heads/master
c: a0b6b6e
h: refs/heads/master
i:
  22611: 927eaae
v: v3
  • Loading branch information
Ralf Baechle authored and James Bottomley committed Mar 12, 2006
1 parent 9d1f0e6 commit df4fbaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c1b85e209af41c7e99a2bfd21dc8fe840b342d8
refs/heads/master: a0b6b6e5308d6ef70febfc3cfd5488717809b3e4
4 changes: 2 additions & 2 deletions trunk/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 df4fbaa

Please sign in to comment.