]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit64e1062b2371cb8d6126d4e970832365a1a84562
tree1a835c06947dece2f40f56289582f68c0562f3c3
parentcd4dcd6da7a2610e0562a6e130bb68cc544a8fb1
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