aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorEvgeniy Polyakov <johnpol@2ka.mipt.ru>2006-01-11 16:13:46 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-11 16:32:16 -0800
commit54608b709963b4f474ea26c1a087409eb0d9bebf (patch)
treec79e4d801f0a1b041d86233c8e52c20649e5ee53 /net/sched
parent[NET]: Fix diverter build. (diff)
downloadlinux-dev-54608b709963b4f474ea26c1a087409eb0d9bebf.tar.xz
linux-dev-54608b709963b4f474ea26c1a087409eb0d9bebf.zip
[PKT_SCHED] ematch: Remove bogus include.
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/ematch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/ematch.c b/net/sched/ematch.c
index 64b047c65568..5cb956b721e8 100644
--- a/net/sched/ematch.c
+++ b/net/sched/ematch.c
@@ -92,7 +92,6 @@
#include <linux/rtnetlink.h>
#include <linux/skbuff.h>
#include <net/pkt_cls.h>
-#include <config/net/ematch/stack.h>
static LIST_HEAD(ematch_ops);
static DEFINE_RWLOCK(ematch_mod_lock);