diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-dev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index eec6e460f649..eb76cfd47189 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -44,8 +44,6 @@ struct v4l2_ctrl_handler; | |||
44 | #define V4L2_FL_REGISTERED (0) | 44 | #define V4L2_FL_REGISTERED (0) |
45 | /* file->private_data points to struct v4l2_fh */ | 45 | /* file->private_data points to struct v4l2_fh */ |
46 | #define V4L2_FL_USES_V4L2_FH (1) | 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 | /* Priority helper functions */ | 48 | /* Priority helper functions */ |
51 | 49 | ||