time/sched_clock: Mark sched_clock_read_begin/retry() as notrace
[linux-2.6-microblaze.git] / drivers / virtio / virtio_balloon.c
index 31cc97f..481611c 100644 (file)
@@ -128,7 +128,7 @@ struct virtio_balloon {
        struct page_reporting_dev_info pr_dev_info;
 };
 
-static struct virtio_device_id id_table[] = {
+static const struct virtio_device_id id_table[] = {
        { VIRTIO_ID_BALLOON, VIRTIO_DEV_ANY_ID },
        { 0 },
 };