projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37fc334
)
crypto: padlock - Revert aes-all alias to aes
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 21 Apr 2009 05:55:20 +0000
(13:55 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 21 Apr 2009 05:55:20 +0000
(13:55 +0800)
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 <herbert@gondor.apana.org.au>
drivers/crypto/padlock-aes.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/padlock-aes.c
b/drivers/crypto/padlock-aes.c
index 3f0fdd18255db9febb61836d44b3d7382385140d..856b3cc2558387b7b239923c37c54f9d47b250ff 100644
(file)
--- 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");