diff options
author | WANG Cong <xiyou.wangcong@gmail.com> | 2014-01-15 18:49:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-19 22:58:07 -0500 |
commit | 671314a5abb7abb8346cd3f16f75c1e55ed7667b (patch) | |
tree | 7f684415739016dc45149e2b6f5bd8e2e1ed4689 /net/sched/act_pedit.c | |
parent | 9d08dd3d320fab4e8b491eb34ebbb5476d2266cf (diff) |
net_sched: act: remove capab from struct tc_action_ops
It is not actually implemented.
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_pedit.c')
-rw-r--r-- | net/sched/act_pedit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/act_pedit.c b/net/sched/act_pedit.c index f361e4e3c314..109265d7c14b 100644 --- a/net/sched/act_pedit.c +++ b/net/sched/act_pedit.c | |||
@@ -233,7 +233,6 @@ static struct tc_action_ops act_pedit_ops = { | |||
233 | .kind = "pedit", | 233 | .kind = "pedit", |
234 | .hinfo = &pedit_hash_info, | 234 | .hinfo = &pedit_hash_info, |
235 | .type = TCA_ACT_PEDIT, | 235 | .type = TCA_ACT_PEDIT, |
236 | .capab = TCA_CAP_NONE, | ||
237 | .owner = THIS_MODULE, | 236 | .owner = THIS_MODULE, |
238 | .act = tcf_pedit, | 237 | .act = tcf_pedit, |
239 | .dump = tcf_pedit_dump, | 238 | .dump = tcf_pedit_dump, |