[media] media: v4l2-dev.h: remove V4L2_FL_USE_FH_PRIO flag
authorRamakrishnan Muthukrishnan <ramakrmu@cisco.com>
Thu, 19 Jun 2014 17:22:59 +0000 (14:22 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 4 Jul 2014 19:15:16 +0000 (16:15 -0300)
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>
include/media/v4l2-dev.h

index eec6e460f649ed26465f47a371af16133b3e59e7..eb76cfd4718930fff0dab85a0c8f032e65e24b2d 100644 (file)
@@ -44,8 +44,6 @@ struct v4l2_ctrl_handler;
 #define V4L2_FL_REGISTERED     (0)
 /* file->private_data points to struct v4l2_fh */
 #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)
 
 /* Priority helper functions */