Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359534
b: refs/heads/master
c: 82bed4d
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Jens Axboe committed Feb 6, 2013
1 parent 59f78ec commit 89e2fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8722ff8cdbfac9c1b20e67bb067b455c48cb8e93
refs/heads/master: 82bed4d5f8189a2f9db5d1bb6489ac2615426d65
6 changes: 3 additions & 3 deletions trunk/drivers/block/rsxx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static int rsxx_compatibility_check(struct rsxx_cardinfo *card)
return 0;
}

static int __devinit rsxx_pci_probe(struct pci_dev *dev,
static int rsxx_pci_probe(struct pci_dev *dev,
const struct pci_device_id *id)
{
struct rsxx_cardinfo *card;
Expand Down Expand Up @@ -510,7 +510,7 @@ static int __devinit rsxx_pci_probe(struct pci_dev *dev,
return st;
}

static void __devexit rsxx_pci_remove(struct pci_dev *dev)
static void rsxx_pci_remove(struct pci_dev *dev)
{
struct rsxx_cardinfo *card = pci_get_drvdata(dev);
unsigned long flags;
Expand Down Expand Up @@ -608,7 +608,7 @@ static struct pci_driver rsxx_pci_driver = {
.name = DRIVER_NAME,
.id_table = rsxx_pci_ids,
.probe = rsxx_pci_probe,
.remove = __devexit_p(rsxx_pci_remove),
.remove = rsxx_pci_remove,
.suspend = rsxx_pci_suspend,
.shutdown = rsxx_pci_shutdown,
};
Expand Down

0 comments on commit 89e2fea

Please sign in to comment.