summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/libtommath/bn_mp_clear.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-23 20:38:06 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-23 20:38:06 +0200
commit62441b5b1c30d8814dbe54287fd2a6efcd12549a (patch)
tree9e250319489f480822c4153714dfe3455ad42e63 /crypto/userspace/libtommath/bn_mp_clear.c
parent9e46efe2918aeb0acd0805e55090c3552037f2df (diff)
parenta6d3a923924a7b751981d93ade82854985abebba (diff)
downloadkernel-crypto-62441b5b1c30d8814dbe54287fd2a6efcd12549a.tar.gz
kernel-crypto-62441b5b1c30d8814dbe54287fd2a6efcd12549a.tar.xz
kernel-crypto-62441b5b1c30d8814dbe54287fd2a6efcd12549a.zip
Merge branch 'standalone-rename' into userspace-crypto
Diffstat (limited to 'crypto/userspace/libtommath/bn_mp_clear.c')
-rw-r--r--crypto/userspace/libtommath/bn_mp_clear.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/userspace/libtommath/bn_mp_clear.c b/crypto/userspace/libtommath/bn_mp_clear.c
index 05ee8e7e200..a65f0a36c49 100644
--- a/crypto/userspace/libtommath/bn_mp_clear.c
+++ b/crypto/userspace/libtommath/bn_mp_clear.c
@@ -1,5 +1,4 @@
#include <tommath.h>
-#include <linux/slab.h>
#ifdef BN_MP_CLEAR_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*