Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341785
b: refs/heads/master
c: 5bc7ec7
h: refs/heads/master
i:
  341783: 84f7885
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 58c4c72 commit f6415ff
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: 21524526b3ec66329cba682f11fdba77c8b0e698
refs/heads/master: 5bc7ec702fd7680eb12be88ada87742db9676f5c
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/octeon/octeon_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ static const struct net_device_ops octeon_mgmt_ops = {
#endif
};

static int __devinit octeon_mgmt_probe(struct platform_device *pdev)
static int octeon_mgmt_probe(struct platform_device *pdev)
{
struct net_device *netdev;
struct octeon_mgmt *p;
Expand Down Expand Up @@ -1559,7 +1559,7 @@ static int __devinit octeon_mgmt_probe(struct platform_device *pdev)
return result;
}

static int __devexit octeon_mgmt_remove(struct platform_device *pdev)
static int octeon_mgmt_remove(struct platform_device *pdev)
{
struct net_device *netdev = dev_get_drvdata(&pdev->dev);

Expand All @@ -1583,7 +1583,7 @@ static struct platform_driver octeon_mgmt_driver = {
.of_match_table = octeon_mgmt_match,
},
.probe = octeon_mgmt_probe,
.remove = __devexit_p(octeon_mgmt_remove),
.remove = octeon_mgmt_remove,
};

extern void octeon_mdiobus_force_mod_depencency(void);
Expand Down

0 comments on commit f6415ff

Please sign in to comment.