projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f159c7
)
[media] cx23885: drop unused clip fields from struct cx23885_fh
author
Hans Verkuil
<hans.verkuil@cisco.com>
Wed, 23 Apr 2014 10:37:35 +0000
(07:37 -0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/pci/cx23885/cx23885.h
b/drivers/media/pci/cx23885/cx23885.h
index aba1e6af41d6bf6d29b7b6ea797444e35e401747..a88e951a91b80bff513c1230affdaa8c6ec12517 100644
(file)
--- 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;