aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-07-19 03:28:58 -0400
committerDavid S. Miller <davem@davemloft.net>2008-07-19 03:28:58 -0400
commit725a8ff04a5dc473cd9d8eb7817ca96fc36c7789 (patch)
treebd632ddb3f0998217240b1e244307937020aa5bd /include/net/ipv6.h
parentbdccc4ca13a639d759206c5b21ed73f8a813eaba (diff)
ipv6: remove unused parameter from ip6_ra_control
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index c2222ee74d66..6b7982d3dda0 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -227,9 +227,7 @@ static inline void fl6_sock_release(struct ip6_flowlabel *fl)
227 atomic_dec(&fl->users); 227 atomic_dec(&fl->users);
228} 228}
229 229
230extern int ip6_ra_control(struct sock *sk, int sel, 230extern int ip6_ra_control(struct sock *sk, int sel);
231 void (*destructor)(struct sock *));
232
233 231
234extern int ipv6_parse_hopopts(struct sk_buff *skb); 232extern int ipv6_parse_hopopts(struct sk_buff *skb);
235 233