diff --git a/[refs] b/[refs] index aff78b3c73f6..491506f2dfb5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5cccfd9b3a9ca06b6245ea2c4af052b7db0105a3 +refs/heads/master: ec9c42ec793d428e99fdd219867b31932034b138 diff --git a/trunk/drivers/block/xen-blkfront.c b/trunk/drivers/block/xen-blkfront.c index 05a31e55d278..a84702d1a35e 100644 --- a/trunk/drivers/block/xen-blkfront.c +++ b/trunk/drivers/block/xen-blkfront.c @@ -1050,7 +1050,7 @@ static const struct block_device_operations xlvbd_block_fops = }; -static struct xenbus_device_id blkfront_ids[] = { +static const struct xenbus_device_id blkfront_ids[] = { { "vbd" }, { "" } };