aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-driver.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2011-03-12 06:36:08 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-22 16:38:04 -0300
commita64bb4b7111e063154f97ff64dab03144cdfb5d9 (patch)
treeddfede98c2436d588d41c101e0e78756e7c635a0 /drivers/media/video/cx18/cx18-driver.h
parent[media] cx18: use v4l2_fh as preparation for adding core priority support (diff)
downloadlinux-dev-a64bb4b7111e063154f97ff64dab03144cdfb5d9.tar.xz
linux-dev-a64bb4b7111e063154f97ff64dab03144cdfb5d9.zip
[media] cx18: use core priority handling
VIDIOC_S/G_PRIORITY handling is now done by the v4l2 core framework. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r--drivers/media/video/cx18/cx18-driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h
index 30a857473e54..b86a740c68df 100644
--- a/drivers/media/video/cx18/cx18-driver.h
+++ b/drivers/media/video/cx18/cx18-driver.h
@@ -409,7 +409,6 @@ struct cx18_open_id {
struct v4l2_fh fh;
u32 open_id;
int type;
- enum v4l2_priority prio;
struct cx18 *cx;
};
@@ -605,7 +604,6 @@ struct cx18 {
uninitialized value in the stream->id. */
u32 base_addr;
- struct v4l2_prio_state prio;
u8 card_rev;
void __iomem *enc_mem, *reg_mem;