diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-01 11:39:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 14:58:57 -0300 |
commit | 6694a5608f909584c2aec99b0c07bfbdd6b02464 (patch) | |
tree | e2ae9dec62a9d3b83543e94faa546d7c2e5a5666 /include/media/saa7146_vv.h | |
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/saa7146_vv.h')
-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 { /* per open data */ struct saa7146_fh { struct saa7146_dev *dev; - /* if this is a vbi or capture open */ - enum v4l2_buf_type type; /* video capture */ struct videobuf_queue video_q; |