diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-06 19:42:40 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-05 21:22:35 +0400 |
commit | 8c14cc1f0ade4e16d4d3384791807abb4f367731 (patch) | |
tree | f887e9b9ae687f93f48bc1828f04787c10b9bcc3 /drivers/media/pci/bt8xx/bttvp.h | |
parent | ae50f0f83efce31c8d485b5de131a4fd3f13e24b (diff) | |
download | linux-8c14cc1f0ade4e16d4d3384791807abb4f367731.tar.xz |
[media] bttv: fix priority handling
Replace the - incorrect - manual priority handling with the core priority
implementation.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttvp.h')
-rw-r--r-- | drivers/media/pci/bt8xx/bttvp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/pci/bt8xx/bttvp.h b/drivers/media/pci/bt8xx/bttvp.h index 288cfd8bb560..12cc4ebdc00f 100644 --- a/drivers/media/pci/bt8xx/bttvp.h +++ b/drivers/media/pci/bt8xx/bttvp.h @@ -221,9 +221,6 @@ struct bttv_fh { struct bttv *btv; int resources; -#ifdef VIDIOC_G_PRIORITY - enum v4l2_priority prio; -#endif enum v4l2_buf_type type; /* video capture */ @@ -420,9 +417,6 @@ struct bttv { spinlock_t s_lock; struct mutex lock; int resources; -#ifdef VIDIOC_G_PRIORITY - struct v4l2_prio_state prio; -#endif /* video state */ unsigned int input; |