rtnetlink: Remove passing of attributes into rtnl_doit functions
[deliverable/linux.git] / net / dcb / dcbnl.c
index 21291f1abcd6d0d228241b6771984d704bc1699e..40d5829ed36aaa6945c9c4c2056325b68ab64c03 100644 (file)
@@ -1658,7 +1658,7 @@ static const struct reply_func reply_funcs[DCB_CMD_MAX+1] = {
        [DCB_CMD_CEE_GET]       = { RTM_GETDCB, dcbnl_cee_get },
 };
 
-static int dcb_doit(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg)
+static int dcb_doit(struct sk_buff *skb, struct nlmsghdr *nlh)
 {
        struct net *net = sock_net(skb->sk);
        struct net_device *netdev;
This page took 0.024446 seconds and 5 git commands to generate.