diff options
Diffstat (limited to 'include/linux/v4l2-subdev.h')
-rw-r--r-- | include/linux/v4l2-subdev.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/v4l2-subdev.h b/include/linux/v4l2-subdev.h index 1d7d45739260..8c57ee9872bb 100644 --- a/include/linux/v4l2-subdev.h +++ b/include/linux/v4l2-subdev.h | |||
@@ -124,10 +124,6 @@ struct v4l2_subdev_frame_interval_enum { | |||
124 | __u32 reserved[9]; | 124 | __u32 reserved[9]; |
125 | }; | 125 | }; |
126 | 126 | ||
127 | #define V4L2_SUBDEV_SEL_FLAG_SIZE_GE (1 << 0) | ||
128 | #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE (1 << 1) | ||
129 | #define V4L2_SUBDEV_SEL_FLAG_KEEP_CONFIG (1 << 2) | ||
130 | |||
131 | /** | 127 | /** |
132 | * struct v4l2_subdev_selection - selection info | 128 | * struct v4l2_subdev_selection - selection info |
133 | * | 129 | * |
@@ -135,7 +131,7 @@ struct v4l2_subdev_frame_interval_enum { | |||
135 | * @pad: pad number, as reported by the media API | 131 | * @pad: pad number, as reported by the media API |
136 | * @target: Selection target, used to choose one of possible rectangles, | 132 | * @target: Selection target, used to choose one of possible rectangles, |
137 | * defined in v4l2-common.h; V4L2_SEL_TGT_* . | 133 | * defined in v4l2-common.h; V4L2_SEL_TGT_* . |
138 | * @flags: constraint flags | 134 | * @flags: constraint flags, defined in v4l2-common.h; V4L2_SEL_FLAG_*. |
139 | * @r: coordinates of the selection window | 135 | * @r: coordinates of the selection window |
140 | * @reserved: for future use, set to zero for now | 136 | * @reserved: for future use, set to zero for now |
141 | * | 137 | * |