diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2011-03-12 04:36:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 15:38:04 -0400 |
commit | a64bb4b7111e063154f97ff64dab03144cdfb5d9 (patch) | |
tree | ddfede98c2436d588d41c101e0e78756e7c635a0 /drivers/media/video/cx18/cx18-driver.h | |
parent | 0b5f265a88d89cbbf8abc42ca3311cb3219162ab (diff) |
[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.h | 2 |
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 { | |||
409 | struct v4l2_fh fh; | 409 | struct v4l2_fh fh; |
410 | u32 open_id; | 410 | u32 open_id; |
411 | int type; | 411 | int type; |
412 | enum v4l2_priority prio; | ||
413 | struct cx18 *cx; | 412 | struct cx18 *cx; |
414 | }; | 413 | }; |
415 | 414 | ||
@@ -605,7 +604,6 @@ struct cx18 { | |||
605 | uninitialized value in the stream->id. */ | 604 | uninitialized value in the stream->id. */ |
606 | 605 | ||
607 | u32 base_addr; | 606 | u32 base_addr; |
608 | struct v4l2_prio_state prio; | ||
609 | 607 | ||
610 | u8 card_rev; | 608 | u8 card_rev; |
611 | void __iomem *enc_mem, *reg_mem; | 609 | void __iomem *enc_mem, *reg_mem; |