]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: crypto4xx - fix various warnings
authorChristian Lamparter <chunkeey@gmail.com>
Tue, 3 Oct 2017 23:00:12 +0000 (01:00 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 12 Oct 2017 14:55:16 +0000 (22:55 +0800)
commitba41234b66bfe819cae460bb26921a1a21113e72
tree1a835c06947dece2f40f56289582f68c0562f3c3
parent5dd2c3bc6283249b2cc8271fbdf277adc15540e7
crypto: crypto4xx - fix various warnings

crypto4xx_core.c:179:6: warning: symbol 'crypto4xx_free_state_record'
was not declared. Should it be static?
crypto4xx_core.c:331:5: warning: symbol 'crypto4xx_get_n_gd'
was not declared. Should it be static?
crypto4xx_core.c:652:6: warning: symbol 'crypto4xx_return_pd'
was not declared. Should it be static?

crypto4xx_return_pd() is not used by anything. Therefore it is removed.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/amcc/crypto4xx_core.c