V4L/DVB (10508): saa7134: Cleanup: remove unused waitqueue from struct
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Feb 2009 08:29:54 +0000 (05:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:43 +0000 (12:42 -0300)
The waitqueue is never used. So, let's just remove it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134.h

index 6fbf508..157f595 100644 (file)
@@ -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;