]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Oct 2015 16:23:56 +0000 (17:23 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Oct 2015 14:10:52 +0000 (22:10 +0800)
commit77644922e1d36dedf8fa5bc1f8e9a97c6b60b105
treea9bc0586acbd3fcf680e09610fc71d378160042b
parentd34036cd1be0d52c1a6584f32bcb83b68bdb49ed
crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()

mv_cesa_get_op_cfg() does not write to its argument, it only reads.
So, let's make it const.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/cesa.h