aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/crypto/sha512_s390.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-02-02 11:29:26 +0000
committerMark Brown <broonie@kernel.org>2015-02-02 11:29:26 +0000
commit43b74bf7c6af4fe398e705243ba2d8d5fe3370d7 (patch)
treee55ad13d56dc6b9b281b1df561cd9f1617cbba44 /arch/s390/crypto/sha512_s390.c
parent72ca3a2d7a150ee50fb526dab6bd417dd211ffe9 (diff)
parent692d96aa22dea8bb80018c6a76556ad6afd464a6 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
Diffstat (limited to 'arch/s390/crypto/sha512_s390.c')
-rw-r--r--arch/s390/crypto/sha512_s390.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/crypto/sha512_s390.c b/arch/s390/crypto/sha512_s390.c
index 32a81383b69c..0c36989ba182 100644
--- a/arch/s390/crypto/sha512_s390.c
+++ b/arch/s390/crypto/sha512_s390.c
@@ -86,7 +86,7 @@ static struct shash_alg sha512_alg = {
}
};
-MODULE_ALIAS("sha512");
+MODULE_ALIAS_CRYPTO("sha512");
static int sha384_init(struct shash_desc *desc)
{
@@ -126,7 +126,7 @@ static struct shash_alg sha384_alg = {
}
};
-MODULE_ALIAS("sha384");
+MODULE_ALIAS_CRYPTO("sha384");
static int __init init(void)
{