Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182914
b: refs/heads/master
c: 47483e2
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Jens Axboe committed Jan 11, 2010
1 parent 9022037 commit 4a2a254
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: ec9c42ec793d428e99fdd219867b31932034b138
refs/heads/master: 47483e25205f1f8d79784f0f7c733941bc080ec0
2 changes: 1 addition & 1 deletion trunk/drivers/block/virtio_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ static void __devexit virtblk_remove(struct virtio_device *vdev)
kfree(vblk);
}

static struct virtio_device_id id_table[] = {
static const struct virtio_device_id id_table[] = {
{ VIRTIO_ID_BLOCK, VIRTIO_DEV_ANY_ID },
{ 0 },
};
Expand Down

0 comments on commit 4a2a254

Please sign in to comment.