diff options
Diffstat (limited to 'include/media/v4l2-ioctl.h')
-rw-r--r-- | include/media/v4l2-ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index d4c7729e8ec..fbeb00e2c10 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h | |||
@@ -179,7 +179,7 @@ struct v4l2_ioctl_ops { | |||
179 | int (*vidioc_g_modulator) (struct file *file, void *fh, | 179 | int (*vidioc_g_modulator) (struct file *file, void *fh, |
180 | struct v4l2_modulator *a); | 180 | struct v4l2_modulator *a); |
181 | int (*vidioc_s_modulator) (struct file *file, void *fh, | 181 | int (*vidioc_s_modulator) (struct file *file, void *fh, |
182 | struct v4l2_modulator *a); | 182 | const struct v4l2_modulator *a); |
183 | /* Crop ioctls */ | 183 | /* Crop ioctls */ |
184 | int (*vidioc_cropcap) (struct file *file, void *fh, | 184 | int (*vidioc_cropcap) (struct file *file, void *fh, |
185 | struct v4l2_cropcap *a); | 185 | struct v4l2_cropcap *a); |