aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/virtio-ccw-rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/s390x/virtio-ccw-rng.c')
-rw-r--r--hw/s390x/virtio-ccw-rng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/virtio-ccw-rng.c b/hw/s390x/virtio-ccw-rng.c
index 854254dd50..d575e30cc6 100644
--- a/hw/s390x/virtio-ccw-rng.c
+++ b/hw/s390x/virtio-ccw-rng.c
@@ -56,7 +56,7 @@ static void virtio_ccw_rng_class_init(ObjectClass *klass, void *data)
VirtIOCCWDeviceClass *k = VIRTIO_CCW_DEVICE_CLASS(klass);
k->realize = virtio_ccw_rng_realize;
- dc->props = virtio_ccw_rng_properties;
+ device_class_set_props(dc, virtio_ccw_rng_properties);
set_bit(DEVICE_CATEGORY_MISC, dc->categories);
}