mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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>
This commit is contained in:
parent
bdccc4ca13
commit
725a8ff04a
3 changed files with 4 additions and 9 deletions
|
@ -227,9 +227,7 @@ static inline void fl6_sock_release(struct ip6_flowlabel *fl)
|
|||
atomic_dec(&fl->users);
|
||||
}
|
||||
|
||||
extern int ip6_ra_control(struct sock *sk, int sel,
|
||||
void (*destructor)(struct sock *));
|
||||
|
||||
extern int ip6_ra_control(struct sock *sk, int sel);
|
||||
|
||||
extern int ipv6_parse_hopopts(struct sk_buff *skb);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue