summaryrefslogtreecommitdiffstats
path: root/net/sched/ematch.c
diff options
context:
space:
mode:
authorPatrick McHardy2007-07-03 07:49:07 +0200
committerDavid S. Miller2007-07-11 07:16:41 +0200
commit0ba48053831d5b89ee2afaefaae1c06eae80cb05 (patch)
tree4da20f12b2d4e69cfa22ee74d0319141ddc39801 /net/sched/ematch.c
parent[NET_SCHED]: sch_htb: use generic estimator (diff)
downloadkernel-qcow2-linux-0ba48053831d5b89ee2afaefaae1c06eae80cb05.tar.gz
kernel-qcow2-linux-0ba48053831d5b89ee2afaefaae1c06eae80cb05.tar.xz
kernel-qcow2-linux-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/ematch.c')
-rw-r--r--net/sched/ematch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sched/ematch.c b/net/sched/ematch.c
index 63146d339d81..24837391640d 100644
--- a/net/sched/ematch.c
+++ b/net/sched/ematch.c
@@ -84,9 +84,7 @@
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
-#include <linux/mm.h>
#include <linux/errno.h>
-#include <linux/interrupt.h>
#include <linux/rtnetlink.h>
#include <linux/skbuff.h>
#include <net/pkt_cls.h>