From: Olaf Hering Date: Mon, 8 Aug 2005 21:49:18 +0000 (-0700) Subject: [PATCH] x86_64: add MODULE_ALIAS for aes X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=03c6b749b364fe7b8e47ed8e1ce26baca167c322;p=deliverable%2Flinux.git [PATCH] x86_64: add MODULE_ALIAS for aes modprobe aes does not work on x86_64. i386 has a similar line, this could be the right fix. Would be nice to have in 2.6.13 final. Signed-off-by: Olaf Hering Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/crypto/aes.c b/arch/x86_64/crypto/aes.c index 2b5c4010ce38..acfdaa28791e 100644 --- a/arch/x86_64/crypto/aes.c +++ b/arch/x86_64/crypto/aes.c @@ -322,3 +322,4 @@ module_exit(aes_fini); MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("aes");