mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
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>
This commit is contained in:
parent
c124bde28b
commit
4ff1582297
@ -121,3 +121,6 @@ void mpi_free(MPI a)
|
|||||||
kfree(a);
|
kfree(a);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(mpi_free);
|
EXPORT_SYMBOL_GPL(mpi_free);
|
||||||
|
|
||||||
|
MODULE_DESCRIPTION("Multiprecision maths library");
|
||||||
|
MODULE_LICENSE("GPL");
|
||||||
|
Loading…
Reference in New Issue
Block a user