projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef340e
)
virtio: rng: remove unused struct element
author
Amit Shah
<amit.shah@redhat.com>
Sat, 26 Jul 2014 22:02:01 +0000
(07:32 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 27 Jul 2014 11:37:17 +0000
(21:07 +0930)
vdev is unused in struct virtrng_info, remove it.
CC: Amos Kong <akong@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/hw_random/virtio-rng.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/hw_random/virtio-rng.c
b/drivers/char/hw_random/virtio-rng.c
index e9b15bc18b4d120ffcfb7441cee7cdeb2fca692e..d8ffebdc2014d86baf0ee6a040d3025ebd3a077f 100644
(file)
--- a/
drivers/char/hw_random/virtio-rng.c
+++ b/
drivers/char/hw_random/virtio-rng.c
@@
-28,7
+28,6
@@
static DEFINE_IDA(rng_index_ida);
struct virtrng_info {
- struct virtio_device *vdev;
struct hwrng hwrng;
struct virtqueue *vq;
unsigned int data_avail;