mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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:
parent
8bf5438100
commit
9a63b255df
12 changed files with 16 additions and 16 deletions
|
@ -96,7 +96,7 @@ static int tcf_sample_init(struct net *net, struct nlattr *nla,
|
|||
return ret;
|
||||
}
|
||||
|
||||
static void tcf_sample_cleanup(struct tc_action *a, int bind)
|
||||
static void tcf_sample_cleanup(struct tc_action *a)
|
||||
{
|
||||
struct tcf_sample *s = to_sample(a);
|
||||
struct psample_group *psample_group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue