diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-02-13 01:42:00 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-13 21:09:06 -0800 |
commit | fb14b096355b8c947a256e8e5259a4ebaca00866 (patch) | |
tree | 7392be628121fa83e40b490b9c643b9e2696f0a3 | |
parent | 9f9dc493f724b311c84d88b8e77dad14abd06bcc (diff) | |
download | linux-fb14b096355b8c947a256e8e5259a4ebaca00866.tar.bz2 |
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>
-rw-r--r-- | net/sched/cls_api.c | 1 |
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]; |