Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
[safe/jmp/linux-2.6] / drivers / block / virtio_blk.c
index 7eff828..3c64af0 100644 (file)
@@ -435,7 +435,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 },
 };