All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe W Damasio <felipewd@terra.com.br>
To: Andrew Morton <akpm@osdl.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] Kill unneeded include in net/wanrouter
Date: Tue, 09 Sep 2003 13:34:52 -0300	[thread overview]
Message-ID: <3F5E012C.1090100@terra.com.br> (raw)

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

	Hi Andrew,

	(This is a resend, since it wasn't applied against -test4).

	Patch against 2.6-test5.

	Based on Randy's checkversion.pl script.

Felipe

[-- Attachment #2: wanrouter-checkversion.patch --]
[-- Type: text/plain, Size: 1037 bytes --]

diff -u -rN linux-2.6.0-test5/net/wanrouter/af_wanpipe.c linux-2.6.0-test5-fwd/net/wanrouter/af_wanpipe.c
--- linux-2.6.0-test5/net/wanrouter/af_wanpipe.c	Mon Sep  8 16:50:38 2003
+++ linux-2.6.0-test5-fwd/net/wanrouter/af_wanpipe.c	Tue Sep  9 11:57:40 2003
@@ -32,7 +32,6 @@
 *
 ******************************************************************************/
 
-#include <linux/version.h>
 #include <linux/config.h>
 #include <linux/types.h>
 #include <linux/sched.h>
diff -u -rN linux-2.6.0-test5/net/wanrouter/wanmain.c linux-2.6.0-test5-fwd/net/wanrouter/wanmain.c
--- linux-2.6.0-test5/net/wanrouter/wanmain.c	Mon Sep  8 16:50:16 2003
+++ linux-2.6.0-test5-fwd/net/wanrouter/wanmain.c	Tue Sep  9 11:57:35 2003
@@ -42,7 +42,6 @@
 * Jun 02, 1999  Gideon Hack	Updates for Linux 2.0.X and 2.2.X kernels.
 *****************************************************************************/
 
-#include <linux/version.h>
 #include <linux/config.h>
 #include <linux/stddef.h>	/* offsetof(), etc. */
 #include <linux/errno.h>	/* return codes */

                 reply	other threads:[~2003-09-09 17:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3F5E012C.1090100@terra.com.br \
    --to=felipewd@terra.com.br \
    --cc=akpm@osdl.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.