]> Pileus Git - ~andy/linux/blobdiff - net/sched/act_mirred.c
net_sched: act: remove capab from struct tc_action_ops
[~andy/linux] / net / sched / act_mirred.c
index 5d05b573a6222fb4142af8120eb1276101101d4f..376234ee8514455b92618f3f6066046627f0d2b9 100644 (file)
@@ -257,7 +257,6 @@ static struct tc_action_ops act_mirred_ops = {
        .kind           =       "mirred",
        .hinfo          =       &mirred_hash_info,
        .type           =       TCA_ACT_MIRRED,
-       .capab          =       TCA_CAP_NONE,
        .owner          =       THIS_MODULE,
        .act            =       tcf_mirred,
        .dump           =       tcf_mirred_dump,