diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/hw_random/virtio-rng.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c index e9b15bc18b4d..d8ffebdc2014 100644 --- a/drivers/char/hw_random/virtio-rng.c +++ b/drivers/char/hw_random/virtio-rng.c | |||
@@ -28,7 +28,6 @@ | |||
28 | static DEFINE_IDA(rng_index_ida); | 28 | static DEFINE_IDA(rng_index_ida); |
29 | 29 | ||
30 | struct virtrng_info { | 30 | struct virtrng_info { |
31 | struct virtio_device *vdev; | ||
32 | struct hwrng hwrng; | 31 | struct hwrng hwrng; |
33 | struct virtqueue *vq; | 32 | struct virtqueue *vq; |
34 | unsigned int data_avail; | 33 | unsigned int data_avail; |