linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [crypto] remove duplicate #include
@ 2003-09-04  6:44 Randy.Dunlap
  2003-09-04  7:37 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2003-09-04  6:44 UTC (permalink / raw)
  To: lkml; +Cc: jmorris, davem


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@osdl.org>
description:	remove duplicate #includes in crypto/
product:	Linux
product_versions: 2.6.0-test4
maintainer:	jmorris@intercode.com.au, davem@redhat.com
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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] [crypto] remove duplicate #include
  2003-09-04  6:44 [PATCH] [crypto] remove duplicate #include Randy.Dunlap
@ 2003-09-04  7:37 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-09-04  7:37 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: linux-kernel, jmorris

On Wed, 3 Sep 2003 23:44:05 -0700
"Randy.Dunlap" <rddunlap@osdl.org> wrote:

> Please apply to 2.6.0-current.

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-04  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-04  6:44 [PATCH] [crypto] remove duplicate #include Randy.Dunlap
2003-09-04  7:37 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).