From: Cong Wang Date: Sun, 19 Aug 2018 19:22:10 +0000 (-0700) Subject: net_sched: remove unused tcfa_capab X-Git-Tag: v4.19~268^2~22^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0c2e90fe131d9a7440ac05c9c31fc35dfac2fa8;p=platform%2Fkernel%2Flinux-rpi3.git net_sched: remove unused tcfa_capab Cc: Jamal Hadi Salim Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- diff --git a/include/net/act_api.h b/include/net/act_api.h index f9c4b87..9703034 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