mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-01 11:54:10 +00:00
crypto: sparc64/camellia - fix module alias
The module alias should be "camellia", not "aes". Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Mathias Krause <minipli@googlemail.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
b01264170c
commit
7d676fdbb4
1 changed files with 1 additions and 1 deletions
|
@ -322,6 +322,6 @@ module_exit(camellia_sparc64_mod_fini);
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_DESCRIPTION("Camellia Cipher Algorithm, sparc64 camellia opcode accelerated");
|
MODULE_DESCRIPTION("Camellia Cipher Algorithm, sparc64 camellia opcode accelerated");
|
||||||
|
|
||||||
MODULE_ALIAS_CRYPTO("aes");
|
MODULE_ALIAS_CRYPTO("camellia");
|
||||||
|
|
||||||
#include "crop_devid.c"
|
#include "crop_devid.c"
|
||||||
|
|
Loading…
Add table
Reference in a new issue