diff mbox

crypto: user - add MODULE_ALIAS

Message ID 2012632.fnfABE5hEY@tachyon.chronox.de (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show

Commit Message

Stephan Mueller Nov. 24, 2014, 4:12 p.m. UTC
To allow automatic loading of the crypto_user kernel module, the netlink
MODULE_ALIAS is added.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
---
 crypto/crypto_user.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Herbert Xu Nov. 26, 2014, 12:10 p.m. UTC | #1
On Mon, Nov 24, 2014 at 05:12:45PM +0100, Stephan Mueller wrote:
> To allow automatic loading of the crypto_user kernel module, the netlink
> MODULE_ALIAS is added.
> 
> Signed-off-by: Stephan Mueller <smueller@chronox.de>

Applied.
diff mbox

Patch

diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c
index e2a34fe..255df95 100644
--- a/crypto/crypto_user.c
+++ b/crypto/crypto_user.c
@@ -537,3 +537,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");