projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
034568e
)
crypto: tegra-aes - Staticize tegra_aes_cra_exit
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 13 Sep 2013 11:36:47 +0000
(17:06 +0530)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 23 Sep 2013 20:02:22 +0000
(06:02 +1000)
'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>
drivers/crypto/tegra-aes.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/crypto/tegra-aes.c
b/drivers/crypto/tegra-aes.c
index 7f42bfe9fc81c04d948caf69adc7f120137855b5..403282f01af977c9775d0af8cad7f42a2f677934 100644
(file)
--- 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)
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 =
crypto_ablkcipher_ctx((struct crypto_ablkcipher *)tfm);