Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4c522e... Commit: 4c522e74902a1fa15a7ec5e5a3325b250afa54ab Parent: 176c2f34157a8d8b252c8f0bc242457c971b06a1 Author: Kirill A. Shutemov <kirill@shutemov.name> AuthorDate: Wed Sep 10 08:22:06 2008 -0300 Committer: Mauro Carvalho Chehab <mchehab@redhat.com> CommitDate: Sun Oct 12 09:37:01 2008 -0200 V4L/DVB (8959): include <linux/videodev2.h> into linux/ivtv.h linux/videodev2.h defines enum v4l2_buf_type and struct v4l2_rect Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> --- include/linux/ivtv.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/ivtv.h b/include/linux/ivtv.h index 17ca64b..f272028 100644 --- a/include/linux/ivtv.h +++ b/include/linux/ivtv.h @@ -23,6 +23,7 @@ #include <linux/compiler.h> #include <linux/types.h> +#include <linux/videodev2.h> /* ivtv knows several distinct output modes: MPEG streaming, YUV streaming, YUV updates through user DMA and the passthrough -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
