Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / lguest / lguest_device.c
index fc92ccbd71dc22472c9c6fcea4fb54e5079fa19e..b3256ff0d426a2598c6e17c9e3d38cbb7e7b6036 100644 (file)
@@ -396,7 +396,7 @@ static const char *lg_bus_name(struct virtio_device *vdev)
 }
 
 /* The ops structure which hooks everything together. */
-static struct virtio_config_ops lguest_config_ops = {
+static const struct virtio_config_ops lguest_config_ops = {
        .get_features = lg_get_features,
        .finalize_features = lg_finalize_features,
        .get = lg_get,