ipv4: remove an unused parameter from configure method of fib_rules_ops.
[deliverable/linux.git] / net / decnet / dn_rules.c
index 14fbca55e908fba5e067312dc9561e94af2606b0..a2690b12e03c754e1a129439f0b063e414a874dd 100644 (file)
@@ -115,7 +115,7 @@ static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)
 }
 
 static int dn_fib_rule_configure(struct fib_rule *rule, struct sk_buff *skb,
-                                struct nlmsghdr *nlh, struct fib_rule_hdr *frh,
+                                struct fib_rule_hdr *frh,
                                 struct nlattr **tb)
 {
        int err = -EINVAL;
This page took 0.023355 seconds and 5 git commands to generate.