aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-02-13 01:42:00 +0000
committerDavid S. Miller <davem@davemloft.net>2019-02-13 21:09:06 -0800
commitfb14b096355b8c947a256e8e5259a4ebaca00866 (patch)
tree7392be628121fa83e40b490b9c643b9e2696f0a3 /net/sched
parentflow_offload: fix block stats (diff)
downloadlinux-dev-fb14b096355b8c947a256e8e5259a4ebaca00866.tar.xz
linux-dev-fb14b096355b8c947a256e8e5259a4ebaca00866.zip
net: sched: remove duplicated include from cls_api.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/sched/cls_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c
index 266fcb34fefe..9ad53895e604 100644
--- a/net/sched/cls_api.c
+++ b/net/sched/cls_api.c
@@ -38,7 +38,6 @@
#include <net/tc_act/tc_csum.h>
#include <net/tc_act/tc_gact.h>
#include <net/tc_act/tc_skbedit.h>
-#include <net/tc_act/tc_mirred.h>
extern const struct nla_policy rtm_tca_policy[TCA_MAX + 1];