Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166716
b: refs/heads/master
c: 3d1285b
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and David S. Miller committed Oct 1, 2009
1 parent 7473815 commit 062f1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fb74c2fcac05fced50cd11b8e8dcecede1d4d880
refs/heads/master: 3d1285beff2e8467b8c3884d83b7a91a99aa9fcd
2 changes: 1 addition & 1 deletion trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ static int virtnet_probe(struct virtio_device *vdev)
return err;
}

static void virtnet_remove(struct virtio_device *vdev)
static void __devexit virtnet_remove(struct virtio_device *vdev)
{
struct virtnet_info *vi = vdev->priv;
struct sk_buff *skb;
Expand Down

0 comments on commit 062f1b0

Please sign in to comment.