netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] unneeded proc_fs.h includes in packet schedulers
@ 2003-09-05 20:59 Stephen Hemminger
  2003-09-11 23:43 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2003-09-05 20:59 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

Following include proc_fs.h but don't use it.

diff -Nru a/net/sched/estimator.c b/net/sched/estimator.c
--- a/net/sched/estimator.c	Fri Sep  5 13:57:10 2003
+++ b/net/sched/estimator.c	Fri Sep  5 13:57:10 2003
@@ -26,7 +26,6 @@
 #include <linux/skbuff.h>
 #include <linux/rtnetlink.h>
 #include <linux/init.h>
-#include <linux/proc_fs.h>
 #include <net/sock.h>
 #include <net/pkt_sched.h>
 
diff -Nru a/net/sched/police.c b/net/sched/police.c
--- a/net/sched/police.c	Fri Sep  5 13:57:10 2003
+++ b/net/sched/police.c	Fri Sep  5 13:57:10 2003
@@ -27,7 +27,6 @@
 #include <linux/skbuff.h>
 #include <linux/rtnetlink.h>
 #include <linux/init.h>
-#include <linux/proc_fs.h>
 #include <net/sock.h>
 #include <net/pkt_sched.h>
 

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

* Re: [PATCH] unneeded proc_fs.h includes in packet schedulers
  2003-09-05 20:59 [PATCH] unneeded proc_fs.h includes in packet schedulers Stephen Hemminger
@ 2003-09-11 23:43 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-09-11 23:43 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

On Fri, 5 Sep 2003 13:59:35 -0700
Stephen Hemminger <shemminger@osdl.org> wrote:

> Following include proc_fs.h but don't use it.

Applied, thanks.

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

end of thread, other threads:[~2003-09-11 23:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-05 20:59 [PATCH] unneeded proc_fs.h includes in packet schedulers Stephen Hemminger
2003-09-11 23:43 ` 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).