]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] cx23885: drop unused clip fields from struct cx23885_fh
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 23 Apr 2014 10:37:35 +0000 (07:37 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 10:53:52 +0000 (07:53 -0300)
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>
drivers/media/pci/cx23885/cx23885.h

index aba1e6af41d6bf6d29b7b6ea797444e35e401747..a88e951a91b80bff513c1230affdaa8c6ec12517 100644 (file)
@@ -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;