virtio: make config_ops const
[deliverable/linux.git] / drivers / s390 / kvm / kvm_virtio.c
index 8491111aec12d45b780243a907f71bb86adbfe17..7d08fba7542dd756ea410b1afedd6eaa7d599334 100644 (file)
@@ -275,7 +275,7 @@ static const char *kvm_bus_name(struct virtio_device *vdev)
 /*
  * The config ops structure as defined by virtio config
  */
-static struct virtio_config_ops kvm_vq_configspace_ops = {
+static const struct virtio_config_ops kvm_vq_configspace_ops = {
        .get_features = kvm_get_features,
        .finalize_features = kvm_finalize_features,
        .get = kvm_get,
This page took 0.028555 seconds and 5 git commands to generate.