Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341823
b: refs/heads/master
c: 03c4d83
h: refs/heads/master
i:
  341821: 6108e78
  341819: 5afba02
  341815: 9f54bdd
  341807: cd22752
  341791: 7d74577
  341759: bbd7c75
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 0ea1d21 commit 99ff8ee
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: 654b8c5ce3b32403a915dfd41d92ad3118c3406e
refs/heads/master: 03c4d832a2a752120d18567c27812d53ab176e6e
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/pasemi/pasemi_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ static const struct net_device_ops pasemi_netdev_ops = {
#endif
};

static int __devinit
static int
pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
{
struct net_device *dev;
Expand Down Expand Up @@ -1849,7 +1849,7 @@ pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)

}

static void __devexit pasemi_mac_remove(struct pci_dev *pdev)
static void pasemi_mac_remove(struct pci_dev *pdev)
{
struct net_device *netdev = pci_get_drvdata(pdev);
struct pasemi_mac *mac;
Expand Down Expand Up @@ -1884,7 +1884,7 @@ static struct pci_driver pasemi_mac_driver = {
.name = "pasemi_mac",
.id_table = pasemi_mac_pci_tbl,
.probe = pasemi_mac_probe,
.remove = __devexit_p(pasemi_mac_remove),
.remove = pasemi_mac_remove,
};

static void __exit pasemi_mac_cleanup_module(void)
Expand Down

0 comments on commit 99ff8ee

Please sign in to comment.