diff options
| author | Konstantin Khlebnikov <[email protected]> | 2013-09-17 11:14:52 +0000 |
|---|---|---|
| committer | David Howells <[email protected]> | 2013-09-25 16:17:01 +0000 |
| commit | 4ff158229770d245ce0a961a594adfc0e86d1cc5 (patch) | |
| tree | e5dbeecc14d8ad9678e33240d162db94990ff432 /lib/mpi/mpiutil.c | |
| parent | KEYS: initialize root uid and session keyrings early (diff) | |
| download | kernel-4ff158229770d245ce0a961a594adfc0e86d1cc5.tar.gz kernel-4ff158229770d245ce0a961a594adfc0e86d1cc5.zip | |
MPILIB: add module description and license
This patch fixes lack of license, otherwise mpi.ko taints kernel.
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Signed-off-by: David Howells <[email protected]>
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) kfree(a); } EXPORT_SYMBOL_GPL(mpi_free); + +MODULE_DESCRIPTION("Multiprecision maths library"); +MODULE_LICENSE("GPL"); |
