aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/block/xen-blkfront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index 05a31e55d278..a84702d1a35e 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -1050,7 +1050,7 @@ static const struct block_device_operations xlvbd_block_fops =
1050}; 1050};
1051 1051
1052 1052
1053static struct xenbus_device_id blkfront_ids[] = { 1053static const struct xenbus_device_id blkfront_ids[] = {
1054 { "vbd" }, 1054 { "vbd" },
1055 { "" } 1055 { "" }
1056}; 1056};