Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -121,3 +121,6 @@ void mpi_free(MPI a)
	kfree(a);
}
EXPORT_SYMBOL_GPL(mpi_free);

MODULE_DESCRIPTION("Multiprecision maths library");
MODULE_LICENSE("GPL");