Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77039
b: refs/heads/master
c: 864473b
h: refs/heads/master
i:
  77037: f1261f6
  77035: f03ab14
  77031: f9b82ca
  77023: ded6727
v: v3
  • Loading branch information
Randy Dunlap authored and James Bottomley committed Jan 12, 2008
1 parent 46c33ce commit bf4a9e0
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: a6ababd26aac6ef875df2055dcc147ccda2f8364
refs/heads/master: 864473bbbbcbe99e95a57ad496894768cd77a567
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/sym53c8xx_2/sym_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ static int __devinit sym2_probe(struct pci_dev *pdev,
return -ENODEV;
}

static void __devexit sym2_remove(struct pci_dev *pdev)
static void sym2_remove(struct pci_dev *pdev)
{
struct Scsi_Host *shost = pci_get_drvdata(pdev);

Expand Down Expand Up @@ -2056,7 +2056,7 @@ static struct pci_driver sym2_driver = {
.name = NAME53C8XX,
.id_table = sym2_id_table,
.probe = sym2_probe,
.remove = __devexit_p(sym2_remove),
.remove = sym2_remove,
.err_handler = &sym2_err_handler,
};

Expand Down

0 comments on commit bf4a9e0

Please sign in to comment.