crypto: tegra-aes - Staticize tegra_aes_cra_exit
'tegra_aes_cra_exit' is used only in this file. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Родитель
034568e84f
Коммит
4903e9694d
|
@ -795,7 +795,7 @@ static int tegra_aes_cra_init(struct crypto_tfm *tfm)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void tegra_aes_cra_exit(struct crypto_tfm *tfm)
|
static void tegra_aes_cra_exit(struct crypto_tfm *tfm)
|
||||||
{
|
{
|
||||||
struct tegra_aes_ctx *ctx =
|
struct tegra_aes_ctx *ctx =
|
||||||
crypto_ablkcipher_ctx((struct crypto_ablkcipher *)tfm);
|
crypto_ablkcipher_ctx((struct crypto_ablkcipher *)tfm);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче