diff options
Diffstat (limited to 'net/dccp/ipv6.c')
-rw-r--r-- | net/dccp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 683250a05f58..df074259f9c3 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c | |||
@@ -1029,7 +1029,7 @@ discard: | |||
1029 | return 0; | 1029 | return 0; |
1030 | } | 1030 | } |
1031 | 1031 | ||
1032 | static int dccp_v6_rcv(struct sk_buff **pskb, unsigned int *nhoffp) | 1032 | static int dccp_v6_rcv(struct sk_buff **pskb) |
1033 | { | 1033 | { |
1034 | const struct dccp_hdr *dh; | 1034 | const struct dccp_hdr *dh; |
1035 | struct sk_buff *skb = *pskb; | 1035 | struct sk_buff *skb = *pskb; |