From: Herbert Xu Date: Tue, 21 Apr 2009 05:55:20 +0000 (+0800) Subject: crypto: padlock - Revert aes-all alias to aes X-Git-Tag: Ubuntu-5.13.0-19.19~36015^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=acd246b7494c629aa617da49716409566cf52149;p=mirror_ubuntu-jammy-kernel.git crypto: padlock - Revert aes-all alias to aes Since the padlock-aes driver doesn't require a fallback (it's only padlock-sha that does), it should use the aes alias rather than aes-all so that ones that do need a fallback can use it. Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/padlock-aes.c b/drivers/crypto/padlock-aes.c index 3f0fdd18255d..856b3cc25583 100644 --- a/drivers/crypto/padlock-aes.c +++ b/drivers/crypto/padlock-aes.c @@ -489,4 +489,4 @@ MODULE_DESCRIPTION("VIA PadLock AES algorithm support"); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Michal Ludvig"); -MODULE_ALIAS("aes-all"); +MODULE_ALIAS("aes");