Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147969
b: refs/heads/master
c: 98e9444
h: refs/heads/master
i:
  147967: eb257d8
v: v3
  • Loading branch information
Mike Frysinger authored and Rusty Russell committed Jun 12, 2009
1 parent 94b879a commit b929ab9
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: 9fa29b9df32ba4db055f3977933cd0c1b8fe67cd
refs/heads/master: 98e94444748e9af93423d1fab90543e75569a58c
4 changes: 2 additions & 2 deletions trunk/drivers/block/virtio_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static int index_to_minor(int index)
return index << PART_BITS;
}

static int virtblk_probe(struct virtio_device *vdev)
static int __devinit virtblk_probe(struct virtio_device *vdev)
{
struct virtio_blk *vblk;
int err;
Expand Down Expand Up @@ -395,7 +395,7 @@ static int virtblk_probe(struct virtio_device *vdev)
return err;
}

static void virtblk_remove(struct virtio_device *vdev)
static void __devexit virtblk_remove(struct virtio_device *vdev)
{
struct virtio_blk *vblk = vdev->priv;

Expand Down

0 comments on commit b929ab9

Please sign in to comment.