diff options
Diffstat (limited to 'net/ipv6/ip6_tunnel.c')
-rw-r--r-- | net/ipv6/ip6_tunnel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c index e315d0f80af1..f079621c8b67 100644 --- a/net/ipv6/ip6_tunnel.c +++ b/net/ipv6/ip6_tunnel.c | |||
@@ -510,7 +510,7 @@ static inline void ip6ip6_ecn_decapsulate(struct ipv6hdr *outer_iph, | |||
510 | **/ | 510 | **/ |
511 | 511 | ||
512 | static int | 512 | static int |
513 | ip6ip6_rcv(struct sk_buff **pskb, unsigned int *nhoffp) | 513 | ip6ip6_rcv(struct sk_buff **pskb) |
514 | { | 514 | { |
515 | struct sk_buff *skb = *pskb; | 515 | struct sk_buff *skb = *pskb; |
516 | struct ipv6hdr *ipv6h; | 516 | struct ipv6hdr *ipv6h; |