aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885/cx23885.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-04-23 06:35:54 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-03 06:53:27 -0400
commit1f159c77d068aff4c8ee7f7c84312b64ebef121c (patch)
tree69828ed9bd6a40bc3b28d734c66b1177866349ba /drivers/media/pci/cx23885/cx23885.h
parent8696193320118ba55e6469f49b33b4526c5cd5fa (diff)
[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.h1
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 {
143struct cx23885_fh { 143struct cx23885_fh {
144 struct v4l2_fh fh; 144 struct v4l2_fh fh;
145 struct cx23885_dev *dev; 145 struct cx23885_dev *dev;
146 enum v4l2_buf_type type;
147 u32 resources; 146 u32 resources;
148 147
149 /* video overlay */ 148 /* video overlay */