commit | 80d23ff6b39862055eef9665fc602e99bc6dc180 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Oct 11 08:57:13 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Jun 28 07:55:02 2016 -0300 |
tree | 02d92c751071a74d6aa2ab152c1385f947afb53e | |
parent | a92320e9b64f65118797a826ce945eba83613b0c [diff] |
[media] v4l: mt9t001: constify v4l2_subdev_internal_ops structure This v4l2_subdev_internal_ops structure is never modified. All other v4l2_subdev_internal_ops structures are declared as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>