diff options
-rw-r--r-- | drivers/crypto/tegra-aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/tegra-aes.c b/drivers/crypto/tegra-aes.c index 7f42bfe9fc81..403282f01af9 100644 --- a/drivers/crypto/tegra-aes.c +++ b/drivers/crypto/tegra-aes.c | |||
@@ -795,7 +795,7 @@ static int tegra_aes_cra_init(struct crypto_tfm *tfm) | |||
795 | return 0; | 795 | return 0; |
796 | } | 796 | } |
797 | 797 | ||
798 | void tegra_aes_cra_exit(struct crypto_tfm *tfm) | 798 | static void tegra_aes_cra_exit(struct crypto_tfm *tfm) |
799 | { | 799 | { |
800 | struct tegra_aes_ctx *ctx = | 800 | struct tegra_aes_ctx *ctx = |
801 | crypto_ablkcipher_ctx((struct crypto_ablkcipher *)tfm); | 801 | crypto_ablkcipher_ctx((struct crypto_ablkcipher *)tfm); |