rtnetlink: Remove passing of attributes into rtnl_doit functions
[deliverable/linux.git] / net / ipv4 / route.c
index 6e2851464f8fa46081dcec3b161e22b7a7da6a55..550781a17b34f75f94b919a39120eb119db106a1 100644 (file)
@@ -2311,7 +2311,7 @@ nla_put_failure:
        return -EMSGSIZE;
 }
 
-static int inet_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr *nlh, void *arg)
+static int inet_rtm_getroute(struct sk_buff *in_skb, struct nlmsghdr *nlh)
 {
        struct net *net = sock_net(in_skb->sk);
        struct rtmsg *rtm;
This page took 0.039208 seconds and 5 git commands to generate.