rtnetlink: Remove passing of attributes into rtnl_doit functions
[linux-2.6-block.git] / net / sched / cls_api.c
index 964f5e4f4b8ac641f3f96b1b5a69d3c64aa70d48..9a04b981bc137d52ef3ba427870f2f474dc40451 100644 (file)
@@ -118,7 +118,7 @@ static inline u32 tcf_auto_prio(struct tcf_proto *tp)
 
 /* Add/change/delete/get a filter node */
 
-static int tc_ctl_tfilter(struct sk_buff *skb, struct nlmsghdr *n, void *arg)
+static int tc_ctl_tfilter(struct sk_buff *skb, struct nlmsghdr *n)
 {
        struct net *net = sock_net(skb->sk);
        struct nlattr *tca[TCA_MAX + 1];