| To: | "David S. Miller" <davem@xxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] unneeded proc_fs.h includes in packet schedulers |
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Fri, 5 Sep 2003 13:59:35 -0700 |
| Cc: | netdev@xxxxxxxxxxx |
| Organization: | Open Source Development Lab |
| Sender: | netdev-bounce@xxxxxxxxxxx |
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> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: ipt_physdev.c alignment problems on parisc64, Harald Welte |
|---|---|
| Next by Date: | [PATCH] convert packet scheduler API to single_open, Stephen Hemminger |
| Previous by Thread: | Re: O/M flags against 2.6.0-test1, Krishna Kumar |
| Next by Thread: | Re: [PATCH] unneeded proc_fs.h includes in packet schedulers, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |