diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-04-23 07:35:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 07:53:27 -0300 |
commit | 1f159c77d068aff4c8ee7f7c84312b64ebef121c (patch) | |
tree | 69828ed9bd6a40bc3b28d734c66b1177866349ba /drivers/media/pci/cx23885/cx23885.h | |
parent | 8696193320118ba55e6469f49b33b4526c5cd5fa (diff) | |
download | blackbird-op-linux-1f159c77d068aff4c8ee7f7c84312b64ebef121c.tar.gz blackbird-op-linux-1f159c77d068aff4c8ee7f7c84312b64ebef121c.zip |
[media] cx23885: drop type field from struct cx23885_fh
This information is available elsewhere as well.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/pci/cx23885/cx23885.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23885.h b/drivers/media/pci/cx23885/cx23885.h index 94ab000ca16b..aba1e6af41d6 100644 --- a/drivers/media/pci/cx23885/cx23885.h +++ b/drivers/media/pci/cx23885/cx23885.h @@ -143,7 +143,6 @@ struct cx23885_tvnorm { struct cx23885_fh { struct v4l2_fh fh; struct cx23885_dev *dev; - enum v4l2_buf_type type; u32 resources; /* video overlay */ |