From: Konstantin Khlebnikov Date: Tue, 17 Sep 2013 11:14:55 +0000 (+0400) Subject: X.509: add module description and license X-Git-Tag: v3.13-rc1~18^2~54 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e19aaa7d43bed3bf6740a2931878beef5da9d7d9;p=people%2Fpauldu%2Flinux.git X.509: add module description and license This patch fixes lack of license, otherwise x509_key_parser.ko taints kernel. Signed-off-by: Konstantin Khlebnikov Signed-off-by: David Howells --- diff --git a/crypto/asymmetric_keys/x509_public_key.c b/crypto/asymmetric_keys/x509_public_key.c index 87612642f1b1..6abc27f2e8a5 100644 --- a/crypto/asymmetric_keys/x509_public_key.c +++ b/crypto/asymmetric_keys/x509_public_key.c @@ -292,3 +292,6 @@ static void __exit x509_key_exit(void) module_init(x509_key_init); module_exit(x509_key_exit); + +MODULE_DESCRIPTION("X.509 certificate parser"); +MODULE_LICENSE("GPL");