提交 284c43e6 编写于 作者: H Harald Freudenberger 提交者: Martin Schwidefsky

s390/crypt: use the correct module alias for paes_s390.

For automatic module loading (e.g. as it is used with cryptsetup)
an alias "paes" for the paes_s390 kernel module is needed.
Correct the paes_s390 module alias from "aes-all" to "paes".
Signed-off-by: NHarald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 bbcb478e
...@@ -616,7 +616,7 @@ static int __init paes_s390_init(void) ...@@ -616,7 +616,7 @@ static int __init paes_s390_init(void)
module_init(paes_s390_init); module_init(paes_s390_init);
module_exit(paes_s390_fini); module_exit(paes_s390_fini);
MODULE_ALIAS_CRYPTO("aes-all"); MODULE_ALIAS_CRYPTO("paes");
MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm with protected keys"); MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm with protected keys");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册