The patch number 13698 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> pms: replace asm/uaccess.h to linux/uaccess.h Fix a checkpatch.pl warning: WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> --- linux/drivers/media/video/pms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 9bfbac11f0ea -r 79fc32bba0a0 linux/drivers/media/video/pms.c --- a/linux/drivers/media/video/pms.c Mon Dec 14 17:40:38 2009 -0200 +++ b/linux/drivers/media/video/pms.c Mon Dec 14 17:43:13 2009 -0200 @@ -31,7 +31,7 @@ #include <linux/init.h> #include <linux/version.h> #include <linux/mutex.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include <asm/io.h> #include "compat.h" --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/79fc32bba0a04bc2f0cb7fd73dfe5bf68dc6f908 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits