chcr: Fix non static symbol warning
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 26 Aug 2016 14:21:08 +0000 (14:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Aug 2016 04:45:07 +0000 (21:45 -0700)
commit73b86bb7033edfae2a25321116427d8cf386bc51
tree67a8f52e0d53c55dd09a4fb81c5547dd71a39dd4
parent942e298eba850a866a673fa159774313650ce5cc
chcr: Fix non static symbol warning

Fixes the following sparse warning:

drivers/crypto/chelsio/chcr_algo.c:593:5: warning:
 symbol 'cxgb4_is_crypto_q_full' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/crypto/chelsio/chcr_algo.c