diff options
author | 2013-12-19 13:56:10 +0100 | |
---|---|---|
committer | 2013-12-19 13:56:10 +0100 | |
commit | 3331e924e7c5b98d245531b181551cb2a7380d0e (patch) | |
tree | 25c4432afd79bedc1e8941415166a5cef0c168fb /lib/mpi/mpiutil.c | |
parent | x86/mm: Implement ASLR for hugetlb mappings (diff) | |
parent | Linux 3.13-rc4 (diff) | |
download | wireguard-linux-3331e924e7c5b98d245531b181551cb2a7380d0e.tar.xz wireguard-linux-3331e924e7c5b98d245531b181551cb2a7380d0e.zip |
Merge tag 'v3.13-rc4' into x86/mm
Pick up the latest fixes before applying new patches.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to '')
-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"); |