summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/crypto
diff options
context:
space:
mode:
authorOlaf Hering2005-08-08 23:49:18 +0200
committerLinus Torvalds2005-08-09 00:29:13 +0200
commit03c6b749b364fe7b8e47ed8e1ce26baca167c322 (patch)
treee1d84aa44d53f8c67d0ba1e0e633c167d7761a58 /arch/x86_64/crypto
parent[PATCH] ppc32: Fix MPC834x USB memory map offsets (diff)
downloadkernel-qcow2-linux-03c6b749b364fe7b8e47ed8e1ce26baca167c322.tar.gz
kernel-qcow2-linux-03c6b749b364fe7b8e47ed8e1ce26baca167c322.tar.xz
kernel-qcow2-linux-03c6b749b364fe7b8e47ed8e1ce26baca167c322.zip
[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 <olh@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/crypto')
-rw-r--r--arch/x86_64/crypto/aes.c1
1 files changed, 1 insertions, 0 deletions
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");