diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-01 10:39:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 13:58:57 -0400 |
commit | 6694a5608f909584c2aec99b0c07bfbdd6b02464 (patch) | |
tree | e2ae9dec62a9d3b83543e94faa546d7c2e5a5666 /include/media | |
parent | fca3469aa844e2ae993445aa5f41397003199be7 (diff) |
[media] saa7146: remove the unneeded type field from saa7146_fh
This information can also be retrieved from struct video_device.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/saa7146_vv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/saa7146_vv.h b/include/media/saa7146_vv.h index 658ae8361d5e..e9f434c74072 100644 --- a/include/media/saa7146_vv.h +++ b/include/media/saa7146_vv.h | |||
@@ -85,8 +85,6 @@ struct saa7146_overlay { | |||
85 | /* per open data */ | 85 | /* per open data */ |
86 | struct saa7146_fh { | 86 | struct saa7146_fh { |
87 | struct saa7146_dev *dev; | 87 | struct saa7146_dev *dev; |
88 | /* if this is a vbi or capture open */ | ||
89 | enum v4l2_buf_type type; | ||
90 | 88 | ||
91 | /* video capture */ | 89 | /* video capture */ |
92 | struct videobuf_queue video_q; | 90 | struct videobuf_queue video_q; |