diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/videodev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index e69cacc9e9ea..5a09ac3f7683 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1176,7 +1176,7 @@ struct v4l2_querymenu { | |||
1176 | __s64 value; | 1176 | __s64 value; |
1177 | }; | 1177 | }; |
1178 | __u32 reserved; | 1178 | __u32 reserved; |
1179 | }; | 1179 | } __attribute__ ((packed)); |
1180 | 1180 | ||
1181 | /* Control flags */ | 1181 | /* Control flags */ |
1182 | #define V4L2_CTRL_FLAG_DISABLED 0x0001 | 1182 | #define V4L2_CTRL_FLAG_DISABLED 0x0001 |