lkml.org 
[lkml]   [2003]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Kill unneeded include in net/wanrouter
	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
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 */
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.017 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site