Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341815
b: refs/heads/master
c: 3317747
h: refs/heads/master
i:
  341813: 5aa8a5f
  341811: 01081f7
  341807: cd22752
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 6000e97 commit 9f54bdd
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: 9871b639d00b75625a4bc855c09096e2c4897816
refs/heads/master: 331774760a65c27c673aa7735075124978e7994b
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/icplus/ipg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ static const struct ethtool_ops ipg_ethtool_ops = {
.nway_reset = ipg_nway_reset,
};

static void __devexit ipg_remove(struct pci_dev *pdev)
static void ipg_remove(struct pci_dev *pdev)
{
struct net_device *dev = pci_get_drvdata(pdev);
struct ipg_nic_private *sp = netdev_priv(dev);
Expand Down Expand Up @@ -2199,7 +2199,7 @@ static const struct net_device_ops ipg_netdev_ops = {
.ndo_validate_addr = eth_validate_addr,
};

static int __devinit ipg_probe(struct pci_dev *pdev,
static int ipg_probe(struct pci_dev *pdev,
const struct pci_device_id *id)
{
unsigned int i = id->driver_data;
Expand Down Expand Up @@ -2296,7 +2296,7 @@ static struct pci_driver ipg_pci_driver = {
.name = IPG_DRIVER_NAME,
.id_table = ipg_pci_tbl,
.probe = ipg_probe,
.remove = __devexit_p(ipg_remove),
.remove = ipg_remove,
};

static int __init ipg_init_module(void)
Expand Down

0 comments on commit 9f54bdd

Please sign in to comment.