aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_dsmark.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-07-02 22:49:07 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-07-10 22:16:41 -0700
commit0ba48053831d5b89ee2afaefaae1c06eae80cb05 (patch)
tree4da20f12b2d4e69cfa22ee74d0319141ddc39801 /net/sched/sch_dsmark.c
parent[NET_SCHED]: sch_htb: use generic estimator (diff)
downloadlinux-dev-0ba48053831d5b89ee2afaefaae1c06eae80cb05.tar.xz
linux-dev-0ba48053831d5b89ee2afaefaae1c06eae80cb05.zip
[NET_SCHED]: Remove unnecessary includes
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_dsmark.c')
-rw-r--r--net/sched/sch_dsmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/sch_dsmark.c b/net/sched/sch_dsmark.c
index 3c6fd181263f..4d2c233a8611 100644
--- a/net/sched/sch_dsmark.c
+++ b/net/sched/sch_dsmark.c
@@ -9,7 +9,6 @@
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/skbuff.h>
-#include <linux/netdevice.h> /* for pkt_sched */
#include <linux/rtnetlink.h>
#include <net/pkt_sched.h>
#include <net/dsfield.h>