diff options
author | WANG Cong <xiyou.wangcong@gmail.com> | 2014-01-16 00:49:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-20 04:58:07 +0100 |
commit | 671314a5abb7abb8346cd3f16f75c1e55ed7667b (patch) | |
tree | 7f684415739016dc45149e2b6f5bd8e2e1ed4689 /net/sched/act_simple.c | |
parent | net: document accel_priv parameter for __dev_queue_xmit() (diff) | |
download | linux-671314a5abb7abb8346cd3f16f75c1e55ed7667b.tar.xz linux-671314a5abb7abb8346cd3f16f75c1e55ed7667b.zip |
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_simple.c')
-rw-r--r-- | net/sched/act_simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/act_simple.c b/net/sched/act_simple.c index f7d5406c1fe2..92236daaac8d 100644 --- a/net/sched/act_simple.c +++ b/net/sched/act_simple.c @@ -190,7 +190,6 @@ static struct tc_action_ops act_simp_ops = { .kind = "simple", .hinfo = &simp_hash_info, .type = TCA_ACT_SIMP, - .capab = TCA_CAP_NONE, .owner = THIS_MODULE, .act = tcf_simp, .dump = tcf_simp_dump, |