[PATCH -next] crypto: aspeed: change aspeed_acry_akcipher_algs to static
Neal Liu
neal_liu at aspeedtech.com
Thu Jan 19 16:30:14 AEDT 2023
> aspeed_acry_akcipher_algs is only used in aspeed-acry.c now, change it to
> static.
>
> Signed-off-by: Yang Yingliang <yangyingliang at huawei.com>
Reviewed-by: Neal Liu <neal_liu at aspeedtech.com>
> ---
> drivers/crypto/aspeed/aspeed-acry.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/aspeed/aspeed-acry.c
> b/drivers/crypto/aspeed/aspeed-acry.c
> index 6d3790583f8b..164c524015f0 100644
> --- a/drivers/crypto/aspeed/aspeed-acry.c
> +++ b/drivers/crypto/aspeed/aspeed-acry.c
> @@ -603,7 +603,7 @@ static void aspeed_acry_rsa_exit_tfm(struct
> crypto_akcipher *tfm)
> crypto_free_akcipher(ctx->fallback_tfm);
> }
>
> -struct aspeed_acry_alg aspeed_acry_akcipher_algs[] = {
> +static struct aspeed_acry_alg aspeed_acry_akcipher_algs[] = {
> {
> .akcipher = {
> .encrypt = aspeed_acry_rsa_enc,
> --
> 2.25.1
More information about the Linux-aspeed
mailing list