The patch number 12688 was added via Hans Verkuil <hverk...@xs4all.nl>
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: Hans Verkuil  <hverk...@xs4all.nl>
vino: add missing compat.h include.


vino needs compat.h to get the I2C_ADDRS macro on kernels < 2.6.31.

Priority: normal

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>


---

 linux/drivers/media/video/vino.c |    1 +
 1 file changed, 1 insertion(+)

diff -r fd679bbd8bb3 -r 5582a6427a41 linux/drivers/media/video/vino.c
--- a/linux/drivers/media/video/vino.c  Tue Sep 01 10:43:46 2009 -0300
+++ b/linux/drivers/media/video/vino.c  Tue Sep 01 22:16:23 2009 +0200
@@ -50,6 +50,7 @@
 #include <asm/sgi/ip22.h>
 #include <asm/sgi/mc.h>
 
+#include "compat.h"
 #include "vino.h"
 #include "saa7191.h"
 #include "indycam.h"


---

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

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

Reply via email to