diff options
author | Konstantin Khlebnikov <khlebnikov@openvz.org> | 2013-09-17 07:14:52 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2013-09-25 12:17:01 -0400 |
commit | 4ff158229770d245ce0a961a594adfc0e86d1cc5 (patch) | |
tree | e5dbeecc14d8ad9678e33240d162db94990ff432 /lib/mpi/mpiutil.c | |
parent | c124bde28bce41f9e46e32d03d134a81e116d38c (diff) |
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/mpiutil.c')
-rw-r--r-- | lib/mpi/mpiutil.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mpi/mpiutil.c b/lib/mpi/mpiutil.c index 657979f71bef..bf076d281d40 100644 --- a/lib/mpi/mpiutil.c +++ b/lib/mpi/mpiutil.c | |||
@@ -121,3 +121,6 @@ void mpi_free(MPI a) | |||
121 | kfree(a); | 121 | kfree(a); |
122 | } | 122 | } |
123 | EXPORT_SYMBOL_GPL(mpi_free); | 123 | EXPORT_SYMBOL_GPL(mpi_free); |
124 | |||
125 | MODULE_DESCRIPTION("Multiprecision maths library"); | ||
126 | MODULE_LICENSE("GPL"); | ||