linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kill unneeded include in net/sched
@ 2003-09-09 16:37 Felipe W Damasio
  0 siblings, 0 replies; only message in thread
From: Felipe W Damasio @ 2003-09-09 16:37 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel Mailing List

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

	Hi Andrew,

	This patch (against 2.6-test5) kills all the remaining code that 
Randy's checkversion.pl said was using linux/version.h unnecessary on 
net/sched.

	Please apply.

	Cheers,

Felipe

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

diff -u -rN linux-2.6.0-test5/net/sched/sch_htb.c linux-2.6.0-test5-fwd/net/sched/sch_htb.c
--- linux-2.6.0-test5/net/sched/sch_htb.c	Mon Sep  8 16:50:08 2003
+++ linux-2.6.0-test5-fwd/net/sched/sch_htb.c	Tue Sep  9 11:58:01 2003
@@ -32,7 +32,6 @@
 #include <asm/bitops.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/sched.h>
 #include <linux/string.h>
 #include <linux/mm.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-09 16:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-09 16:37 [PATCH] kill unneeded include in net/sched Felipe W Damasio

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).