diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-27 05:38:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:17:11 -0500 |
commit | 58c66df3e38ffb1d59cc5162bb9e07c859288034 (patch) | |
tree | 006bd2d86fb5d1f4003da42be99863490fdac222 /include | |
parent | f74e3d0eea5fd766230a0ef0d1c24a7960d6f8c2 (diff) |
[media] Remove VIDEO_V4L1 Kconfig option
There's no sense on keeping VIDEO_V4L1 Kconfig option just because of
two deprecated drivers moved to staging scheduled to die on 2.6.39.
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/videodev.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/videodev.h b/include/linux/videodev.h index 8a7aead76a38..f11efbef1c05 100644 --- a/include/linux/videodev.h +++ b/include/linux/videodev.h | |||
@@ -16,8 +16,6 @@ | |||
16 | #include <linux/ioctl.h> | 16 | #include <linux/ioctl.h> |
17 | #include <linux/videodev2.h> | 17 | #include <linux/videodev2.h> |
18 | 18 | ||
19 | #if defined(CONFIG_VIDEO_V4L1) || defined(CONFIG_VIDEO_V4L1_MODULE) || !defined(__KERNEL__) | ||
20 | |||
21 | #define VID_TYPE_CAPTURE 1 /* Can capture */ | 19 | #define VID_TYPE_CAPTURE 1 /* Can capture */ |
22 | #define VID_TYPE_TUNER 2 /* Can tune */ | 20 | #define VID_TYPE_TUNER 2 /* Can tune */ |
23 | #define VID_TYPE_TELETEXT 4 /* Does teletext */ | 21 | #define VID_TYPE_TELETEXT 4 /* Does teletext */ |
@@ -311,8 +309,6 @@ struct video_code | |||
311 | #define VID_PLAY_RESET 13 | 309 | #define VID_PLAY_RESET 13 |
312 | #define VID_PLAY_END_MARK 14 | 310 | #define VID_PLAY_END_MARK 14 |
313 | 311 | ||
314 | #endif /* CONFIG_VIDEO_V4L1 */ | ||
315 | |||
316 | #endif /* __LINUX_VIDEODEV_H */ | 312 | #endif /* __LINUX_VIDEODEV_H */ |
317 | 313 | ||
318 | /* | 314 | /* |