aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRandy Dunlap <rddunlap@osdl.org>2003-09-03 10:44:50 -0700
committerHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2003-09-03 10:44:50 -0700
commit5c84b8c4f512117151ba531f64f00b0ba9e41fe6 (patch)
treef2cbf4963ce24636259dd079fd2250d84d340614 /crypto
parente5fae76f41d130256b7699c99900a0a8d5e0a896 (diff)
downloadhistory-5c84b8c4f512117151ba531f64f00b0ba9e41fe6.tar.gz
[CRYPTO]: remove duplicate #includes in crypto/
Diffstat (limited to 'crypto')
-rw-r--r--crypto/tcrypt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index a66c2f086e25b6..338f48c1228f20 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -15,7 +15,6 @@
*/
#include <linux/init.h>
#include <linux/module.h>
-#include <linux/string.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <asm/scatterlist.h>