Commit 4ff15822 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov Committed by David Howells

MPILIB: add module description and license

This patch fixes lack of license, otherwise mpi.ko taints kernel.
Signed-off-by: default avatarKonstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent c124bde2
......@@ -121,3 +121,6 @@ void mpi_free(MPI a)
kfree(a);
}
EXPORT_SYMBOL_GPL(mpi_free);
MODULE_DESCRIPTION("Multiprecision maths library");
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment