Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341816
b: refs/heads/master
c: af37557
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 9f54bdd commit 1d49865
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: 331774760a65c27c673aa7735075124978e7994b
refs/heads/master: af37557b1b222c64e005c105c81aa3888128bb5d
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/jme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ static const struct net_device_ops jme_netdev_ops = {
#endif
};

static int __devinit
static int
jme_init_one(struct pci_dev *pdev,
const struct pci_device_id *ent)
{
Expand Down Expand Up @@ -3203,7 +3203,7 @@ jme_init_one(struct pci_dev *pdev,
return rc;
}

static void __devexit
static void
jme_remove_one(struct pci_dev *pdev)
{
struct net_device *netdev = pci_get_drvdata(pdev);
Expand Down Expand Up @@ -3318,7 +3318,7 @@ static struct pci_driver jme_driver = {
.name = DRV_NAME,
.id_table = jme_pci_tbl,
.probe = jme_init_one,
.remove = __devexit_p(jme_remove_one),
.remove = jme_remove_one,
.shutdown = jme_shutdown,
.driver.pm = JME_PM_OPS,
};
Expand Down

0 comments on commit 1d49865

Please sign in to comment.