diff options
author | Colin Ian King | 2018-02-07 00:36:42 +0100 |
---|---|---|
committer | Herbert Xu | 2018-02-15 16:26:57 +0100 |
commit | 9f32bb5358bbe83483f5e50805093708ab29e420 (patch) | |
tree | b97d003e7b2679f9edd8d551c463ca865fd63521 /security | |
parent | crypto: ccp - Make function ccp_get_dma_chan_attr static (diff) | |
download | kernel-qcow2-linux-9f32bb5358bbe83483f5e50805093708ab29e420.tar.gz kernel-qcow2-linux-9f32bb5358bbe83483f5e50805093708ab29e420.tar.xz kernel-qcow2-linux-9f32bb5358bbe83483f5e50805093708ab29e420.zip |
crypto: qat - Make several functions static
Functions qat_rsa_set_n, qat_rsa_set_e and qat_rsa_set_n are local to
the source and do not need to be in global scope, so make them static.
Cleans up sparse warnings:
drivers/crypto/qat/qat_common/qat_asym_algs.c:972:5: warning: symbol
'qat_rsa_set_n' was not declared. Should it be static?
drivers/crypto/qat/qat_common/qat_asym_algs.c:1003:5: warning: symbol
'qat_rsa_set_e' was not declared. Should it be static?
drivers/crypto/qat/qat_common/qat_asym_algs.c:1027:5: warning: symbol
'qat_rsa_set_d' 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>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions