summaryrefslogtreecommitdiffstats
path: root/lib/mpi
diff options
context:
space:
mode:
authorKonstantin Khlebnikov <khlebnikov@openvz.org>2013-09-17 15:14:52 +0400
committerDavid Howells <dhowells@redhat.com>2013-09-25 17:17:01 +0100
commit4ff158229770d245ce0a961a594adfc0e86d1cc5 (patch)
treee5dbeecc14d8ad9678e33240d162db94990ff432 /lib/mpi
parentc124bde28bce41f9e46e32d03d134a81e116d38c (diff)
downloadop-kernel-dev-4ff158229770d245ce0a961a594adfc0e86d1cc5.zip
op-kernel-dev-4ff158229770d245ce0a961a594adfc0e86d1cc5.tar.gz
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>
Diffstat (limited to 'lib/mpi')
-rw-r--r--lib/mpi/mpiutil.c3
1 files changed, 3 insertions, 0 deletions
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 @@ void mpi_free(MPI a)
kfree(a);
}
EXPORT_SYMBOL_GPL(mpi_free);
+
+MODULE_DESCRIPTION("Multiprecision maths library");
+MODULE_LICENSE("GPL");
OpenPOWER on IntegriCloud