Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acd246b7 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 37fc334c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");