summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-02-09 06:29:54 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-02-09 06:29:54 -0200
commit179db25fdf42f7df16cc1f2045211dcac5b08c2d (patch)
tree6bc0e28a86570c1ff6eaeddb99e27bfe58c6d80f /linux
parent695dfe0ccd35ae13a124ba61bcedc089f536510a (diff)
downloadmediapointer-dvb-s2-179db25fdf42f7df16cc1f2045211dcac5b08c2d.tar.gz
mediapointer-dvb-s2-179db25fdf42f7df16cc1f2045211dcac5b08c2d.tar.bz2
saa7134: Cleanup: remove unused waitqueue from struct
From: Mauro Carvalho Chehab <mchehab@redhat.com> The waitqueue is never used. So, let's just remove it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/saa7134/saa7134.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h
index 040f447c6..f681751ae 100644
--- a/linux/drivers/media/video/saa7134/saa7134.h
+++ b/linux/drivers/media/video/saa7134/saa7134.h
@@ -447,7 +447,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;