commit | 4ff158229770d245ce0a961a594adfc0e86d1cc5 | [log] [tgz] |
---|---|---|
author | Konstantin Khlebnikov <khlebnikov@openvz.org> | Tue Sep 17 15:14:52 2013 +0400 |
committer | David Howells <dhowells@redhat.com> | Wed Sep 25 17:17:01 2013 +0100 |
tree | e5dbeecc14d8ad9678e33240d162db94990ff432 | |
parent | c124bde28bce41f9e46e32d03d134a81e116d38c [diff] [blame] |
MPILIB: add module description and license This patch fixes lack of license, otherwise mpi.ko taints kernel. Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org> Signed-off-by: David Howells <dhowells@redhat.com>
diff --git a/lib/mpi/mpiutil.c b/lib/mpi/mpiutil.c index 657979f..bf076d2 100644 --- a/lib/mpi/mpiutil.c +++ b/lib/mpi/mpiutil.c
@@ -121,3 +121,6 @@ kfree(a); } EXPORT_SYMBOL_GPL(mpi_free); + +MODULE_DESCRIPTION("Multiprecision maths library"); +MODULE_LICENSE("GPL");