projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1b3c9
)
crypto: user - add MODULE_ALIAS
author
Stephan Mueller
<smueller@chronox.de>
Mon, 24 Nov 2014 16:12:45 +0000
(17:12 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 26 Nov 2014 12:06:29 +0000
(20:06 +0800)
To allow automatic loading of the crypto_user kernel module, the netlink
MODULE_ALIAS is added.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crypto_user.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/crypto_user.c
b/crypto/crypto_user.c
index 0bb30ac3a323eb5e13825157c30af7f6601d0836..c5148a35ae0a38c696f22eaba3c0b860ab8df1c9 100644
(file)
--- a/
crypto/crypto_user.c
+++ b/
crypto/crypto_user.c
@@
-534,3
+534,4
@@
module_exit(crypto_user_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Steffen Klassert <steffen.klassert@secunet.com>");
MODULE_DESCRIPTION("Crypto userspace configuration API");
+MODULE_ALIAS("net-pf-16-proto-21");