The patch number 13814 was added via Jean-Francois Moine <moin...@free.fr> 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: Jean-Francois Moine <moin...@free.fr> gspca - include: Fix compile errors with kernels < 2.6.25. Priority: normal Signed-off-by: Jean-Francois Moine <moin...@free.fr> --- linux/drivers/media/video/gspca/gspca.h | 1 + linux/drivers/media/video/gspca/sn9c20x.c | 1 - linux/drivers/media/video/gspca/stv06xx/stv06xx.h | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff -r 2dfce98fc6dc -r 696f668232b3 linux/drivers/media/video/gspca/gspca.h --- a/linux/drivers/media/video/gspca/gspca.h Mon Dec 14 17:08:13 2009 +0000 +++ b/linux/drivers/media/video/gspca/gspca.h Mon Dec 14 17:31:51 2009 +0100 @@ -7,6 +7,7 @@ #include <linux/videodev2.h> #include <media/v4l2-common.h> #include <linux/mutex.h> +#include "compat.h" /* compilation option */ #define GSPCA_DEBUG 1 diff -r 2dfce98fc6dc -r 696f668232b3 linux/drivers/media/video/gspca/sn9c20x.c --- a/linux/drivers/media/video/gspca/sn9c20x.c Mon Dec 14 17:08:13 2009 +0000 +++ b/linux/drivers/media/video/gspca/sn9c20x.c Mon Dec 14 17:31:51 2009 +0100 @@ -29,7 +29,6 @@ #include "gspca.h" #include "jpeg.h" -#include "compat.h" #include <media/v4l2-chip-ident.h> diff -r 2dfce98fc6dc -r 696f668232b3 linux/drivers/media/video/gspca/stv06xx/stv06xx.h --- a/linux/drivers/media/video/gspca/stv06xx/stv06xx.h Mon Dec 14 17:08:13 2009 +0000 +++ b/linux/drivers/media/video/gspca/stv06xx/stv06xx.h Mon Dec 14 17:31:51 2009 +0100 @@ -31,7 +31,6 @@ #define STV06XX_H_ #include "gspca.h" -#include "compat.h" #define MODULE_NAME "STV06xx" --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/696f668232b3587b864904c7ba96a21a2327b651 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits