net_sched: remove unused parameter from act cleanup ops

No one actually uses it.

Cc: Jiri Pirko <jiri@mellanox.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Cong Wang
2017-12-05 12:53:07 -08:00
committed by David S. Miller
parent 8bf5438100
commit 9a63b255df
12 changed files with 16 additions and 16 deletions

View File

@@ -50,7 +50,7 @@ static bool tcf_mirred_act_wants_ingress(int action)
}
}
static void tcf_mirred_release(struct tc_action *a, int bind)
static void tcf_mirred_release(struct tc_action *a)
{
struct tcf_mirred *m = to_mirred(a);
struct net_device *dev;