Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148036
b: refs/heads/master
c: f381642
h: refs/heads/master
v: v3
  • Loading branch information
Kleber S. Souza authored and James Bottomley committed May 20, 2009
1 parent 13d6042 commit d403c13
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: 8f03226358972f93cd45be0a710927cbb7fd5127
refs/heads/master: f381642d8f8963e62f5d45774505fd936f2b6072
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -7688,7 +7688,7 @@ static void __ipr_remove(struct pci_dev *pdev)
* Return value:
* none
**/
static void ipr_remove(struct pci_dev *pdev)
static void __devexit ipr_remove(struct pci_dev *pdev)
{
struct ipr_ioa_cfg *ioa_cfg = pci_get_drvdata(pdev);

Expand Down Expand Up @@ -7864,7 +7864,7 @@ static struct pci_driver ipr_driver = {
.name = IPR_NAME,
.id_table = ipr_pci_table,
.probe = ipr_probe,
.remove = ipr_remove,
.remove = __devexit_p(ipr_remove),
.shutdown = ipr_shutdown,
.err_handler = &ipr_err_handler,
};
Expand Down

0 comments on commit d403c13

Please sign in to comment.