diff options
author | Evgeniy Polyakov <johnpol@2ka.mipt.ru> | 2006-01-11 16:13:46 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-11 16:32:16 -0800 |
commit | 54608b709963b4f474ea26c1a087409eb0d9bebf (patch) | |
tree | c79e4d801f0a1b041d86233c8e52c20649e5ee53 /net/sched | |
parent | c3f343e4d7b99638b8a4f05c12b542d32405cfc4 (diff) |
[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.c | 1 |
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); |