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

Commit 7d676fdb authored by Mathias Krause's avatar Mathias Krause Committed by Herbert Xu
Browse files

crypto: sparc64/camellia - fix module alias



The module alias should be "camellia", not "aes".

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: default avatarMathias Krause <minipli@googlemail.com>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent b0126417
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,6 +322,6 @@ module_exit(camellia_sparc64_mod_fini);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Camellia Cipher Algorithm, sparc64 camellia opcode accelerated");

MODULE_ALIAS_CRYPTO("aes");
MODULE_ALIAS_CRYPTO("camellia");

#include "crop_devid.c"