]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv6/tunnel6.c
ASoC: NUC900/audio: add nuc900 audio driver support
[karo-tx-linux.git] / net / ipv6 / tunnel6.c
index 51e2832d13a661ee862b0ec0cd2e200bc2f5c7dd..e17bc1dfc1a4c7597dc15886a8d285f362066e22 100644 (file)
@@ -98,7 +98,7 @@ static int tunnel6_rcv(struct sk_buff *skb)
                if (!handler->handler(skb))
                        return 0;
 
-       icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0, skb->dev);
+       icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
 
 drop:
        kfree_skb(skb);
@@ -116,7 +116,7 @@ static int tunnel46_rcv(struct sk_buff *skb)
                if (!handler->handler(skb))
                        return 0;
 
-       icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0, skb->dev);
+       icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
 
 drop:
        kfree_skb(skb);