summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-dev.h
diff options
context:
space:
mode:
authorRamakrishnan Muthukrishnan <ramakrmu@cisco.com>2014-06-19 14:22:59 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-04 16:15:16 -0300
commitdc3094a7135c2386d6ff465b13d008ea2262718d (patch)
tree84585fb4d21f5e445c3456ea17e7a8c0fcc5576e /include/media/v4l2-dev.h
parent95cd5d5ee67c2108765ae87d34761d54fd6671ce (diff)
downloadlinux-0-day-dc3094a7135c2386d6ff465b13d008ea2262718d.tar.gz
linux-0-day-dc3094a7135c2386d6ff465b13d008ea2262718d.tar.xz
[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>
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r--include/media/v4l2-dev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h
index eec6e460f649e..eb76cfd471893 100644
--- a/include/media/v4l2-dev.h
+++ b/include/media/v4l2-dev.h
@@ -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 */