diff options
-rw-r--r-- | drivers/block/xen-blkfront.c | 2 |
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 | ||
1053 | static struct xenbus_device_id blkfront_ids[] = { | 1053 | static const struct xenbus_device_id blkfront_ids[] = { |
1054 | { "vbd" }, | 1054 | { "vbd" }, |
1055 | { "" } | 1055 | { "" } |
1056 | }; | 1056 | }; |