[PATCH] [crypto] remove duplicate #include

From: Randy.Dunlap
Date: Thu Sep 04 2003 - 01:47:57 EST



Hi,
Please apply to 2.6.0-current.

--
~Randy


patch_name: crypto_incdups.patch
patch_version: 2003-09-03.22:37:00
author: Randy.Dunlap <rddunlap@xxxxxxxx>
description: remove duplicate #includes in crypto/
product: Linux
product_versions: 2.6.0-test4
maintainer: jmorris@xxxxxxxxxxxxxxxx, davem@xxxxxxxxxx
diffstat: =
crypto/tcrypt.c | 1 -
1 files changed, 1 deletion(-)

diff -Naurp ./crypto/tcrypt.c~incdups ./crypto/tcrypt.c
--- ./crypto/tcrypt.c~incdups 2003-09-03 16:34:34.000000000 -0700
+++ ./crypto/tcrypt.c 2003-09-03 17:29:54.000000000 -0700
@@ -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>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/