diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2018-08-19 12:22:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-21 12:45:45 -0700 |
commit | a0c2e90fe131d9a7440ac05c9c31fc35dfac2fa8 (patch) | |
tree | 167329c787965473135d78e9175ad5b360c499d8 /include | |
parent | 244cd96adb5f5ab39551081fb1f9009a54bb12ee (diff) | |
download | linux-a0c2e90fe131d9a7440ac05c9c31fc35dfac2fa8.tar.gz linux-a0c2e90fe131d9a7440ac05c9c31fc35dfac2fa8.tar.bz2 linux-a0c2e90fe131d9a7440ac05c9c31fc35dfac2fa8.zip |
net_sched: remove unused tcfa_capab
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/act_api.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/act_api.h b/include/net/act_api.h index f9c4b871af88..970303448c90 100644 --- a/include/net/act_api.h +++ b/include/net/act_api.h @@ -28,7 +28,6 @@ struct tc_action { u32 tcfa_index; refcount_t tcfa_refcnt; atomic_t tcfa_bindcnt; - u32 tcfa_capab; int tcfa_action; struct tcf_t tcfa_tm; struct gnet_stats_basic_packed tcfa_bstats; @@ -43,7 +42,6 @@ struct tc_action { #define tcf_index common.tcfa_index #define tcf_refcnt common.tcfa_refcnt #define tcf_bindcnt common.tcfa_bindcnt -#define tcf_capab common.tcfa_capab #define tcf_action common.tcfa_action #define tcf_tm common.tcfa_tm #define tcf_bstats common.tcfa_bstats |