diff options
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | 2012-05-05 19:17:33 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-15 15:07:39 +0400 |
commit | d2b30e9068577e15e432974ddf0862315ec2069c (patch) | |
tree | edf6dcd83558ff241d73bf50b64bfd5465286796 /drivers/media/video/em28xx/em28xx.h | |
parent | cd624c7b7ce3c3cfa09845dcefbe856bf9f9c4c6 (diff) | |
download | linux-d2b30e9068577e15e432974ddf0862315ec2069c.tar.xz |
[media] em28xx: Remove unused wait_queue's
Nobody ever waits on any of these wait_queue's,
so this patch removes them completely.
Tested by compilation only.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index a3f77f6f5d95..8757523e6863 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -570,7 +570,6 @@ struct em28xx { struct mutex ctrl_urb_lock; /* protects urb_buf */ /* spinlock_t queue_lock; */ struct list_head inqueue, outqueue; - wait_queue_head_t open, wait_frame, wait_stream; struct video_device *vbi_dev; struct video_device *radio_dev; |