From 9022037577b81846900f5497f227c7897c258b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20N=C3=A9meth?= Date: Sun, 10 Jan 2010 13:39:52 +0100 Subject: [PATCH] --- yaml --- r: 182913 b: refs/heads/master c: ec9c42ec793d428e99fdd219867b31932034b138 h: refs/heads/master i: 182911: 44835a91141d7129bbf77c196d3ef320a9515988 v: v3 --- [refs] | 2 +- trunk/drivers/block/xen-blkfront.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }, { "" } };