summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-05-01 11:39:08 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-14 14:58:57 -0300
commit6694a5608f909584c2aec99b0c07bfbdd6b02464 (patch)
treee2ae9dec62a9d3b83543e94faa546d7c2e5a5666 /include/media
parentfca3469aa844e2ae993445aa5f41397003199be7 (diff)
downloadlinux-3.10-6694a5608f909584c2aec99b0c07bfbdd6b02464.tar.gz
linux-3.10-6694a5608f909584c2aec99b0c07bfbdd6b02464.tar.bz2
linux-3.10-6694a5608f909584c2aec99b0c07bfbdd6b02464.zip
[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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/saa7146_vv.h b/include/media/saa7146_vv.h
index 658ae8361d5..e9f434c7407 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;