Commit 476c7fe20f30818e16339391aeeb01b29818f708

Authored by Stephan Mueller
Committed by Herbert Xu
1 parent 5d1b3c98ec

crypto: user - add MODULE_ALIAS

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

crypto/crypto_user.c
... ... @@ -534,4 +534,5 @@
534 534 MODULE_LICENSE("GPL");
535 535 MODULE_AUTHOR("Steffen Klassert <steffen.klassert@secunet.com>");
536 536 MODULE_DESCRIPTION("Crypto userspace configuration API");
  537 +MODULE_ALIAS("net-pf-16-proto-21");