mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: jmorris@intercode.com.au, davem@redhat.com
Subject: [PATCH] [crypto] remove duplicate #include
Date: Wed, 3 Sep 2003 23:44:05 -0700	[thread overview]
Message-ID: <20030903234405.01b61dad.rddunlap@osdl.org> (raw)


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>

             reply	other threads:[~2003-09-04  6:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-04  6:44 Randy.Dunlap [this message]
2003-09-04  7:37 ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030903234405.01b61dad.rddunlap@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=davem@redhat.com \
    --cc=jmorris@intercode.com.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome