diff options
Diffstat (limited to 'drivers/media/platform/omap/omap_vout.c')
-rw-r--r-- | drivers/media/platform/omap/omap_vout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/omap/omap_vout.c b/drivers/media/platform/omap/omap_vout.c index 92845f835607..36c3be85649d 100644 --- a/drivers/media/platform/omap/omap_vout.c +++ b/drivers/media/platform/omap/omap_vout.c | |||
@@ -1291,7 +1291,7 @@ static int vidioc_g_crop(struct file *file, void *fh, struct v4l2_crop *crop) | |||
1291 | return 0; | 1291 | return 0; |
1292 | } | 1292 | } |
1293 | 1293 | ||
1294 | static int vidioc_s_crop(struct file *file, void *fh, struct v4l2_crop *crop) | 1294 | static int vidioc_s_crop(struct file *file, void *fh, const struct v4l2_crop *crop) |
1295 | { | 1295 | { |
1296 | int ret = -EINVAL; | 1296 | int ret = -EINVAL; |
1297 | struct omap_vout_device *vout = fh; | 1297 | struct omap_vout_device *vout = fh; |