diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-06 07:55:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:15 -0400 |
commit | fbc9fa4e8781170e2fbca2859feda114d4758132 (patch) | |
tree | 7d4337c59c94bc6299a64d40e4092b613da35fc7 /include/linux/videodev2.h | |
parent | cf5193c74009e33428daefbf74f4770733c8ee36 (diff) |
V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD
As announced VIDIOC_G_CHIP_IDENT_OLD is now removed for 2.6.30.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 11b8b3ec77b..78ba0755ffb 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1412,14 +1412,6 @@ struct v4l2_dbg_chip_ident { | |||
1412 | __u32 revision; /* chip revision, chip specific */ | 1412 | __u32 revision; /* chip revision, chip specific */ |
1413 | } __attribute__ ((packed)); | 1413 | } __attribute__ ((packed)); |
1414 | 1414 | ||
1415 | /* VIDIOC_G_CHIP_IDENT_OLD: Deprecated, do not use */ | ||
1416 | struct v4l2_chip_ident_old { | ||
1417 | __u32 match_type; /* Match type */ | ||
1418 | __u32 match_chip; /* Match this chip, meaning determined by match_type */ | ||
1419 | __u32 ident; /* chip identifier as specified in <media/v4l2-chip-ident.h> */ | ||
1420 | __u32 revision; /* chip revision, chip specific */ | ||
1421 | }; | ||
1422 | |||
1423 | /* | 1415 | /* |
1424 | * I O C T L C O D E S F O R V I D E O D E V I C E S | 1416 | * I O C T L C O D E S F O R V I D E O D E V I C E S |
1425 | * | 1417 | * |
@@ -1497,8 +1489,6 @@ struct v4l2_chip_ident_old { | |||
1497 | /* Experimental, meant for debugging, testing and internal use. | 1489 | /* Experimental, meant for debugging, testing and internal use. |
1498 | Never use this ioctl in applications! */ | 1490 | Never use this ioctl in applications! */ |
1499 | #define VIDIOC_DBG_G_CHIP_IDENT _IOWR('V', 81, struct v4l2_dbg_chip_ident) | 1491 | #define VIDIOC_DBG_G_CHIP_IDENT _IOWR('V', 81, struct v4l2_dbg_chip_ident) |
1500 | /* This is deprecated and will go away in 2.6.30 */ | ||
1501 | #define VIDIOC_G_CHIP_IDENT_OLD _IOWR('V', 81, struct v4l2_chip_ident_old) | ||
1502 | #endif | 1492 | #endif |
1503 | 1493 | ||
1504 | #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek) | 1494 | #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek) |