crypto: chelsio - Make function aead_ccm_validate_input static
authorColin Ian King <colin.king@canonical.com>
Tue, 6 Feb 2018 23:09:20 +0000 (23:09 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 15 Feb 2018 15:26:56 +0000 (23:26 +0800)
commit1efb892b6c3c716cdcdb4d1e79bebf4c545158d4
tree230c84b20a128a715402b86d8178cf914ad69a9d
parentb09dd34705442cb3e6f26728baef664adaa6a510
crypto: chelsio - Make function aead_ccm_validate_input static

Function aead_ccm_validate_input is local to the source and does not
need to be in global scope, so make it static.

Cleans up sparse warning:
drivers/crypto/chelsio/chcr_algo.c:2627:5: warning: symbol
'aead_ccm_validate_input' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/chelsio/chcr_algo.c