diff options
author | Douglas Schilling Landgraf <dougsland@gmail.com> | 2008-03-23 16:49:05 -0300 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@gmail.com> | 2008-03-23 16:49:05 -0300 |
commit | 1e3e732c5181071f4476684045f2149a6d1c73b3 (patch) | |
tree | 2396935ab845689bcf93cd3d096813a441e4e57d /linux/drivers/media/video/saa7134 | |
parent | 9b2fc6e632ea78f1468b96849432b82c66645554 (diff) | |
download | mediapointer-dvb-s2-1e3e732c5181071f4476684045f2149a6d1c73b3.tar.gz mediapointer-dvb-s2-1e3e732c5181071f4476684045f2149a6d1c73b3.tar.bz2 |
saa7134.h: Remove unnecessary validation
From: Douglas Schilling Landgraf <dougsland@gmail.com>
Removed unnecessary VIDIOC_G_PRIORITY validation.
Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com>
Diffstat (limited to 'linux/drivers/media/video/saa7134')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h index 2ea755b8c..991b30493 100644 --- a/linux/drivers/media/video/saa7134/saa7134.h +++ b/linux/drivers/media/video/saa7134/saa7134.h @@ -395,9 +395,7 @@ struct saa7134_fh { unsigned int radio; enum v4l2_buf_type type; unsigned int resources; -#ifdef VIDIOC_G_PRIORITY enum v4l2_priority prio; -#endif /* video overlay */ struct v4l2_window win; @@ -483,9 +481,7 @@ struct saa7134_dev { struct semaphore lock; #endif spinlock_t slock; -#ifdef VIDIOC_G_PRIORITY struct v4l2_prio_state prio; -#endif /* workstruct for loading modules */ struct work_struct request_module_wk; |