Browse Source

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>
Konstantin Khlebnikov 11 years ago
parent
commit
4ff1582297
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/mpi/mpiutil.c

+ 3 - 0
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");