提交 373445d0 编写于 作者: A Amit Shah 提交者: Rusty Russell

virtio: rng: remove unused struct element

vdev is unused in struct virtrng_info, remove it.

CC: Amos Kong <akong@redhat.com>
Signed-off-by: NAmit Shah <amit.shah@redhat.com>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 cef340e6
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
static DEFINE_IDA(rng_index_ida); static DEFINE_IDA(rng_index_ida);
struct virtrng_info { struct virtrng_info {
struct virtio_device *vdev;
struct hwrng hwrng; struct hwrng hwrng;
struct virtqueue *vq; struct virtqueue *vq;
unsigned int data_avail; unsigned int data_avail;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册