aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/lguest_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lguest/lguest_device.c')
-rw-r--r--drivers/lguest/lguest_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lguest/lguest_device.c b/drivers/lguest/lguest_device.c
index fc92ccbd71dc..b3256ff0d426 100644
--- a/drivers/lguest/lguest_device.c
+++ b/drivers/lguest/lguest_device.c
@@ -396,7 +396,7 @@ static const char *lg_bus_name(struct virtio_device *vdev)
396} 396}
397 397
398/* The ops structure which hooks everything together. */ 398/* The ops structure which hooks everything together. */
399static struct virtio_config_ops lguest_config_ops = { 399static const struct virtio_config_ops lguest_config_ops = {
400 .get_features = lg_get_features, 400 .get_features = lg_get_features,
401 .finalize_features = lg_finalize_features, 401 .finalize_features = lg_finalize_features,
402 .get = lg_get, 402 .get = lg_get,