diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-01-28 16:57:47 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-05 18:26:00 +0100 |
commit | 71590765b81bdc22562fb54e1def0f78d9be8909 (patch) | |
tree | 915c9af334d8ebe05d96e17377b232468970d923 /drivers/media/usb/cx231xx/cx231xx.h | |
parent | [media] cx231xx: replace ioctl by unlocked_ioctl (diff) | |
download | linux-71590765b81bdc22562fb54e1def0f78d9be8909.tar.xz linux-71590765b81bdc22562fb54e1def0f78d9be8909.zip |
[media] cx231xx: get rid of a bunch of unused cx231xx_fh fields
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx.h b/drivers/media/usb/cx231xx/cx231xx.h index 4c83ff54a0ff..c17889d64e59 100644 --- a/drivers/media/usb/cx231xx/cx231xx.h +++ b/drivers/media/usb/cx231xx/cx231xx.h @@ -433,25 +433,9 @@ struct cx231xx_fh { struct v4l2_fh fh; struct cx231xx *dev; unsigned int stream_on:1; /* Locks streams */ - int radio; - - struct videobuf_queue vb_vidq; - enum v4l2_buf_type type; - - -/*following is copyed from cx23885.h*/ - u32 resources; - - /* video overlay */ - struct v4l2_window win; - struct v4l2_clip *clips; - unsigned int nclips; - - /* video capture */ - struct cx23417_fmt *fmt; - unsigned int width, height; + struct videobuf_queue vb_vidq; /* vbi capture */ struct videobuf_queue vidq; |