The patch number 10399 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>
gspca: version.h is needed in order to compile upstream


drivers/media/video/gspca/gspca.c: In function ?vidioc_querycap?:
drivers/media/video/gspca/gspca.c:963: error: implicit declaration of function 
?KERNEL_VERSION?

kernel-sync:

CC: Jean-Francois Moine <moin...@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

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

diff -r 23342e1b986b -r eeabded8c293 linux/drivers/media/video/gspca/gspca.c
--- a/linux/drivers/media/video/gspca/gspca.c   Wed Jan 07 10:01:01 2009 +0100
+++ b/linux/drivers/media/video/gspca/gspca.c   Thu Jan 29 09:30:59 2009 -0200
@@ -21,6 +21,7 @@
 #define MODULE_NAME "gspca"
 
 #include <linux/init.h>
+#include <linux/version.h>
 #include <linux/fs.h>
 #include <linux/vmalloc.h>
 #include <linux/sched.h>


---

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

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

Reply via email to