diff options
author | Douglas Schilling Landgraf <dougsland@gmail.com> | 2008-04-22 13:46:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:53 -0400 |
commit | 8be38c815e181402c777e033f40971a7be19cf8b (patch) | |
tree | f17ecf401e2135dea7ea731c84e5609925eb509e /drivers/media/video/saa7134 | |
parent | 078ff7953448163d8779e489bd0119dd9a9b4732 (diff) |
V4L/DVB (7404): saa7134.h: Remove unnecessary validation
Removed unnecessary VIDIOC_G_PRIORITY validation.
Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r-- | drivers/media/video/saa7134/saa7134.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h index ba88a1093d14..3394c47cea60 100644 --- a/drivers/media/video/saa7134/saa7134.h +++ b/drivers/media/video/saa7134/saa7134.h | |||
@@ -388,9 +388,7 @@ struct saa7134_fh { | |||
388 | unsigned int radio; | 388 | unsigned int radio; |
389 | enum v4l2_buf_type type; | 389 | enum v4l2_buf_type type; |
390 | unsigned int resources; | 390 | unsigned int resources; |
391 | #ifdef VIDIOC_G_PRIORITY | ||
392 | enum v4l2_priority prio; | 391 | enum v4l2_priority prio; |
393 | #endif | ||
394 | 392 | ||
395 | /* video overlay */ | 393 | /* video overlay */ |
396 | struct v4l2_window win; | 394 | struct v4l2_window win; |
@@ -462,9 +460,7 @@ struct saa7134_dev { | |||
462 | struct list_head devlist; | 460 | struct list_head devlist; |
463 | struct mutex lock; | 461 | struct mutex lock; |
464 | spinlock_t slock; | 462 | spinlock_t slock; |
465 | #ifdef VIDIOC_G_PRIORITY | ||
466 | struct v4l2_prio_state prio; | 463 | struct v4l2_prio_state prio; |
467 | #endif | ||
468 | /* workstruct for loading modules */ | 464 | /* workstruct for loading modules */ |
469 | struct work_struct request_module_wk; | 465 | struct work_struct request_module_wk; |
470 | 466 | ||