diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 06:37:49 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 16:56:21 +0100 |
commit | 79436633dbced18aa348f8669ef507109f851303 (patch) | |
tree | 46e90aa4e1ebdca2ec5e97bab09e90f06bee1b49 /include/media/video-buf.h | |
parent | [PATCH] v4l: 806: add support for tda8275a (diff) | |
download | linux-79436633dbced18aa348f8669ef507109f851303.tar.xz linux-79436633dbced18aa348f8669ef507109f851303.zip |
[PATCH] v4l: 809: some changes to allow compiling cx88 and saa7134
- Some changes to allow compiling cx88 and saa7134 without V4L1 support.
- This patch will help obsoleting V4L1 API.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/media/video-buf.h')
-rw-r--r-- | include/media/video-buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/video-buf.h b/include/media/video-buf.h index ee8eb15c0ea6..8ecfd78e0027 100644 --- a/include/media/video-buf.h +++ b/include/media/video-buf.h @@ -17,7 +17,7 @@ * (at your option) any later version. */ -#include <linux/videodev.h> +#include <linux/videodev2.h> #define UNSET (-1U) |