diff options
Diffstat (limited to 'include/hw/virtio/virtio-rng.h')
-rw-r--r-- | include/hw/virtio/virtio-rng.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/virtio/virtio-rng.h b/include/hw/virtio/virtio-rng.h index 973d8095d3..4347818b51 100644 --- a/include/hw/virtio/virtio-rng.h +++ b/include/hw/virtio/virtio-rng.h @@ -32,8 +32,6 @@ struct VirtIORNGConf { typedef struct VirtIORNG { VirtIODevice vdev; - DeviceState *qdev; - /* Only one vq - guest puts buffer(s) on it when it needs entropy */ VirtQueue *vq; |