From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: [Patch net 6/9] net_sched: remove unused tcfa_capab Date: Sun, 19 Aug 2018 12:22:10 -0700 Message-ID: <20180819192213.14196-7-xiyou.wangcong@gmail.com> References: <20180819192213.14196-1-xiyou.wangcong@gmail.com> Cc: jhs@mojatatu.com, Cong Wang To: netdev@vger.kernel.org Return-path: Received: from mail-pl0-f53.google.com ([209.85.160.53]:36293 "EHLO mail-pl0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726535AbeHSWfF (ORCPT ); Sun, 19 Aug 2018 18:35:05 -0400 Received: by mail-pl0-f53.google.com with SMTP id e11-v6so6016819plb.3 for ; Sun, 19 Aug 2018 12:22:33 -0700 (PDT) In-Reply-To: <20180819192213.14196-1-xiyou.wangcong@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- include/net/act_api.h | 2 -- 1 file changed, 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 -- 2.14.4