The patch number 10508 was added via Mauro Carvalho Chehab <mche...@redhat.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Mauro Carvalho Chehab  <mche...@redhat.com>
saa7134: Cleanup: remove unused waitqueue from struct


The waitqueue is never used. So, let's just remove it.

Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 linux/drivers/media/video/saa7134/saa7134.h |    1 -
 1 file changed, 1 deletion(-)

diff -r ec84c420abdd -r f6f68026eb83 linux/drivers/media/video/saa7134/saa7134.h
--- a/linux/drivers/media/video/saa7134/saa7134.h       Sun Feb 08 10:33:15 
2009 -0200
+++ b/linux/drivers/media/video/saa7134/saa7134.h       Mon Feb 09 06:29:54 
2009 -0200
@@ -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;


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/f6f68026eb839ea2e17ac1999b07536fb84ebe72

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to