diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-07 06:19:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:04:59 -0400 |
commit | 6af5a0394ae9ce7ac8eea233a8c430d743a377c3 (patch) | |
tree | c227a6af057a528d87ebe0ee2756c0af4e8012cc /drivers/media | |
parent | 39c4ad6ab364354bf76cdcc0081fa5c4422db907 (diff) |
V4L/DVB (6002): ivtv: remove unused struct field.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h index 4a7b23b9f22a..0a1c16ad10bb 100644 --- a/drivers/media/video/ivtv/ivtv-driver.h +++ b/drivers/media/video/ivtv/ivtv-driver.h | |||
@@ -651,7 +651,6 @@ struct vbi_info { | |||
651 | struct v4l2_format in; | 651 | struct v4l2_format in; |
652 | /* convenience pointer to sliced struct in vbi_in union */ | 652 | /* convenience pointer to sliced struct in vbi_in union */ |
653 | struct v4l2_sliced_vbi_format *sliced_in; | 653 | struct v4l2_sliced_vbi_format *sliced_in; |
654 | u32 service_set_in; | ||
655 | int insert_mpeg; | 654 | int insert_mpeg; |
656 | 655 | ||
657 | /* Buffer for the maximum of 2 * 18 * packet_size sliced VBI lines. | 656 | /* Buffer for the maximum of 2 * 18 * packet_size sliced VBI lines. |