Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341775
b: refs/heads/master
c: e11787a
h: refs/heads/master
i:
  341773: b0a271a
  341771: 4bf4c31
  341767: ebec907
  341759: bbd7c75
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent dc2303e commit d193dc2
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: 170b52b873ca0772a1ae2453258eeec825d9b8af
refs/heads/master: e11787a2313c41a1f4469d797b2d9bc6fe0642b1
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/ibm/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ static const struct net_device_ops ibmveth_netdev_ops = {
#endif
};

static int __devinit ibmveth_probe(struct vio_dev *dev,
static int ibmveth_probe(struct vio_dev *dev,
const struct vio_device_id *id)
{
int rc, i;
Expand Down Expand Up @@ -1426,7 +1426,7 @@ static int __devinit ibmveth_probe(struct vio_dev *dev,
return 0;
}

static int __devexit ibmveth_remove(struct vio_dev *dev)
static int ibmveth_remove(struct vio_dev *dev)
{
struct net_device *netdev = dev_get_drvdata(&dev->dev);
struct ibmveth_adapter *adapter = netdev_priv(netdev);
Expand Down Expand Up @@ -1593,7 +1593,7 @@ static int ibmveth_resume(struct device *dev)
return 0;
}

static struct vio_device_id ibmveth_device_table[] __devinitdata = {
static struct vio_device_id ibmveth_device_table[] = {
{ "network", "IBM,l-lan"},
{ "", "" }
};
Expand Down

0 comments on commit d193dc2

Please sign in to comment.