commit | 4e9691aa40e36197be164b79c8a81d2702940e78 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Nov 22 05:45:34 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Dec 23 13:52:30 2015 -0200 |
tree | 25d7b36124dfa823976d03b540971dd2a601aa12 | |
parent | aa37763fa4b2545a6d517333aacc98ad757a4ccd [diff] |
[media] s5p-mfc: constify s5p_mfc_codec_ops structures The s5p_mfc_codec_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: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>