commit | 368a53df02d61bb849e100219c2a758510062f88 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Nov 22 07:12:56 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Jan 25 08:57:26 2016 -0200 |
tree | 8ee08400c601d2a5dff6965cc37e41418adde1a4 | |
parent | 1dff3338539e96b2710c34693a6484585dfd7a78 [diff] |
[media] soc_camera: constify v4l2_subdev_sensor_ops structures The v4l2_subdev_sensor_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>