diff options
Diffstat (limited to 'net/ipv6/udp.c')
-rw-r--r-- | net/ipv6/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index d8538dcea813..c47648892c04 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c | |||
@@ -435,7 +435,7 @@ out: | |||
435 | read_unlock(&udp_hash_lock); | 435 | read_unlock(&udp_hash_lock); |
436 | } | 436 | } |
437 | 437 | ||
438 | static int udpv6_rcv(struct sk_buff **pskb, unsigned int *nhoffp) | 438 | static int udpv6_rcv(struct sk_buff **pskb) |
439 | { | 439 | { |
440 | struct sk_buff *skb = *pskb; | 440 | struct sk_buff *skb = *pskb; |
441 | struct sock *sk; | 441 | struct sock *sk; |