[media] omap3isp: video: Fix warning caused by bad vidioc_s_crop prototype
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Oct 2012 14:28:40 +0000 (11:28 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Oct 2012 18:30:06 +0000 (16:30 -0200)
commit1fa48cd5c4f1403db1f5a55ea3c346a33f39a33a
treec932c4361b829a7ce28285352e838972d84c7aaf
parentb0f9bf369f34791cf8271be8c610a1e50ead6002
[media] omap3isp: video: Fix warning caused by bad vidioc_s_crop prototype

Commit 4f996594 ("v4l2: make vidioc_s_crop const") modified the
vidioc_s_crop operation prototype but forgot to update the OMAP3 ISP
driver. Add a const keyword to fix the function prototype.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/omap3isp/ispvideo.c