Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167718
b: refs/heads/master
c: ff07eb8
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Rusty Russell committed Oct 22, 2009
1 parent b893078 commit 9d5b587
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: 1e65175c2c73742495f0e5ca52658539a65825db
refs/heads/master: ff07eb897a97640b7ac0262cd50311ad403038f8
2 changes: 1 addition & 1 deletion trunk/drivers/char/hw_random/virtio-rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static int virtrng_probe(struct virtio_device *vdev)
return 0;
}

static void virtrng_remove(struct virtio_device *vdev)
static void __devexit virtrng_remove(struct virtio_device *vdev)
{
vdev->config->reset(vdev);
hwrng_unregister(&virtio_hwrng);
Expand Down

0 comments on commit 9d5b587

Please sign in to comment.