Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] media: v4l2-dev.h: remove V4L2_FL_USE_FH_PRIO flag

Since none of the drivers are using it, this flag can be removed.

Signed-off-by: Ramakrishnan Muthukrishnan <ramakrmu@cisco.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Ramakrishnan Muthukrishnan and committed by
Mauro Carvalho Chehab
dc3094a7 95cd5d5e

-2
-2
include/media/v4l2-dev.h
··· 44 44 #define V4L2_FL_REGISTERED (0) 45 45 /* file->private_data points to struct v4l2_fh */ 46 46 #define V4L2_FL_USES_V4L2_FH (1) 47 - /* Use the prio field of v4l2_fh for core priority checking */ 48 - #define V4L2_FL_USE_FH_PRIO (2) 49 47 50 48 /* Priority helper functions */ 51 49