]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv6/fib6_rules.c
Merge git://git.infradead.org/~dwmw2/iommu-2.6.32
[mv-sheeva.git] / net / ipv6 / fib6_rules.c
index f5de3f9dc692164edaf36f7bc0e0dcb0387dbb6f..00a7a5e4ac975a7176d9d3100ea938744865af6b 100644 (file)
@@ -151,7 +151,7 @@ static const struct nla_policy fib6_rule_policy[FRA_MAX+1] = {
 };
 
 static int fib6_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;
@@ -211,7 +211,7 @@ static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh,
 }
 
 static int fib6_rule_fill(struct fib_rule *rule, struct sk_buff *skb,
-                         struct nlmsghdr *nlh, struct fib_rule_hdr *frh)
+                         struct fib_rule_hdr *frh)
 {
        struct fib6_rule *rule6 = (struct fib6_rule *) rule;