Commit eb47b5f9 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (10508): saa7134: Cleanup: remove unused waitqueue from struct

The waitqueue is never used. So, let's just remove it.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b9348353
......@@ -446,7 +446,6 @@ struct saa7134_dmasound {
unsigned int bufsize;
struct saa7134_pgtable pt;
struct videobuf_dmabuf dma;
wait_queue_head_t wq;
unsigned int dma_blk;
unsigned int read_offset;
unsigned int read_count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment