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)
commitc439e4eec73373c6d5b7129ece69d67978ada307
treea9bc0586acbd3fcf680e09610fc71d378160042b
parentd30cb2fa34829161cfa1f847049b3fcfcfeebc93
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