summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-04-23 07:37:35 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-03 07:53:52 -0300
commite749c6e64c6a8b1323fad2330d73855cf072a3b9 (patch)
treed44ab08aa4f23049c0fee323bc9909c50471290d /drivers/media/pci/cx23885
parent1f159c77d068aff4c8ee7f7c84312b64ebef121c (diff)
downloadop-kernel-dev-e749c6e64c6a8b1323fad2330d73855cf072a3b9.zip
op-kernel-dev-e749c6e64c6a8b1323fad2330d73855cf072a3b9.tar.gz
[media] cx23885: drop unused clip fields from struct cx23885_fh
There is no overlay support, so drop these unused fields. 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')
-rw-r--r--drivers/media/pci/cx23885/cx23885.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/pci/cx23885/cx23885.h b/drivers/media/pci/cx23885/cx23885.h
index aba1e6af..a88e951 100644
--- a/drivers/media/pci/cx23885/cx23885.h
+++ b/drivers/media/pci/cx23885/cx23885.h
@@ -145,11 +145,6 @@ struct cx23885_fh {
struct cx23885_dev *dev;
u32 resources;
- /* video overlay */
- struct v4l2_window win;
- struct v4l2_clip *clips;
- unsigned int nclips;
-
/* video capture */
struct cx23885_fmt *fmt;
unsigned int width, height;
OpenPOWER on IntegriCloud