ipv6: drop unused "dev" arg of icmpv6_send()
[deliverable/linux.git] / drivers / infiniband / ulp / ipoib / ipoib_cm.c
index 30bdf427ee6d099b907f13ffe0d05dfa9d53c39a..83a7751c38d63fb5855708482016a6aae70f6719 100644 (file)
@@ -1374,7 +1374,7 @@ static void ipoib_cm_skb_reap(struct work_struct *work)
                        icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu));
 #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
                else if (skb->protocol == htons(ETH_P_IPV6))
-                       icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu, priv->dev);
+                       icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
 #endif
                dev_kfree_skb_any(skb);
 
This page took 0.042446 seconds and 5 git commands to generate.