rtnetlink: Remove passing of attributes into rtnl_doit functions
[deliverable/linux.git] / net / sched / act_api.c
index 8579c4bb20c9daf093adf0b33b8bd13a94f5c6e0..fd7072827a40139c4ffba595aaa261282641e37f 100644 (file)
@@ -982,7 +982,7 @@ done:
        return ret;
 }
 
-static int tc_ctl_action(struct sk_buff *skb, struct nlmsghdr *n, void *arg)
+static int tc_ctl_action(struct sk_buff *skb, struct nlmsghdr *n)
 {
        struct net *net = sock_net(skb->sk);
        struct nlattr *tca[TCA_ACT_MAX + 1];
This page took 0.024433 seconds and 5 git commands to generate.