mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 19:06:14 +00:00
[media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPS
All drivers that needed V4L2_FL_LOCK_ALL_FOPS have been converted, so remove this flag altogether. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
f46940399b
commit
cf53373585
3 changed files with 15 additions and 60 deletions
|
@ -39,9 +39,6 @@ struct v4l2_ctrl_handler;
|
|||
#define V4L2_FL_USES_V4L2_FH (1)
|
||||
/* Use the prio field of v4l2_fh for core priority checking */
|
||||
#define V4L2_FL_USE_FH_PRIO (2)
|
||||
/* If ioctl core locking is in use, then apply that also to all
|
||||
file operations. Don't use this flag in new drivers! */
|
||||
#define V4L2_FL_LOCK_ALL_FOPS (3)
|
||||
|
||||
/* Priority helper functions */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue