summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-08-29 11:06:37 +0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-03 11:33:29 +0100
commitfb37ab3e788c698bf889e70335d5d1ccb6de2373 (patch)
tree867677e647ac431a24280f9ff856f2ad23c177f8 /drivers/media/pci/cx88/cx88.h
parent[media] cx88: move width, height and field to core struct (diff)
downloadlinux-fb37ab3e788c698bf889e70335d5d1ccb6de2373.tar.xz
linux-fb37ab3e788c698bf889e70335d5d1ccb6de2373.zip
[media] cx88: drop mpeg_active field
The vb2 framework knows if streaming is in progress, no need to use a separate field for that. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cx88/cx88.h')
-rw-r--r--drivers/media/pci/cx88/cx88.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h
index 862c60938663..93bc7cf7d39b 100644
--- a/drivers/media/pci/cx88/cx88.h
+++ b/drivers/media/pci/cx88/cx88.h
@@ -557,7 +557,6 @@ struct cx8802_dev {
#if IS_ENABLED(CONFIG_VIDEO_CX88_BLACKBIRD)
struct video_device *mpeg_dev;
u32 mailbox;
- unsigned char mpeg_active; /* nonzero if mpeg encoder is active */
/* mpeg params */
struct cx2341x_handler cxhdl;