diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/addrconf.c | 2 | ||||
-rw-r--r-- | net/ipv6/inet6_connection_sock.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 704fb73e6c5f..e53e421eeee9 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -1228,7 +1228,7 @@ int ipv6_rcv_saddr_equal(const struct sock *sk, const struct sock *sk2) | |||
1228 | 1228 | ||
1229 | /* Gets referenced address, destroys ifaddr */ | 1229 | /* Gets referenced address, destroys ifaddr */ |
1230 | 1230 | ||
1231 | void addrconf_dad_stop(struct inet6_ifaddr *ifp) | 1231 | static void addrconf_dad_stop(struct inet6_ifaddr *ifp) |
1232 | { | 1232 | { |
1233 | if (ifp->flags&IFA_F_PERMANENT) { | 1233 | if (ifp->flags&IFA_F_PERMANENT) { |
1234 | spin_lock_bh(&ifp->lock); | 1234 | spin_lock_bh(&ifp->lock); |
diff --git a/net/ipv6/inet6_connection_sock.c b/net/ipv6/inet6_connection_sock.c index 792f90f0f9ec..f8f3a37a1494 100644 --- a/net/ipv6/inet6_connection_sock.c +++ b/net/ipv6/inet6_connection_sock.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <net/inet_hashtables.h> | 25 | #include <net/inet_hashtables.h> |
26 | #include <net/ip6_route.h> | 26 | #include <net/ip6_route.h> |
27 | #include <net/sock.h> | 27 | #include <net/sock.h> |
28 | #include <net/inet6_connection_sock.h> | ||
28 | 29 | ||
29 | int inet6_csk_bind_conflict(const struct sock *sk, | 30 | int inet6_csk_bind_conflict(const struct sock *sk, |
30 | const struct inet_bind_bucket *tb) | 31 | const struct inet_bind_bucket *tb) |