Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341814
b: refs/heads/master
c: 9871b63
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 5aa8a5f commit 6000e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 48d16cb1befb39ab1d7dc5842182d6133d88de0e
refs/heads/master: 9871b639d00b75625a4bc855c09096e2c4897816
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/xscale/ixp4xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ static const struct net_device_ops ixp4xx_netdev_ops = {
.ndo_validate_addr = eth_validate_addr,
};

static int __devinit eth_init_one(struct platform_device *pdev)
static int eth_init_one(struct platform_device *pdev)
{
struct port *port;
struct net_device *dev;
Expand Down Expand Up @@ -1480,7 +1480,7 @@ static int __devinit eth_init_one(struct platform_device *pdev)
return err;
}

static int __devexit eth_remove_one(struct platform_device *pdev)
static int eth_remove_one(struct platform_device *pdev)
{
struct net_device *dev = platform_get_drvdata(pdev);
struct port *port = netdev_priv(dev);
Expand Down

0 comments on commit 6000e97

Please sign in to comment.