diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-07 16:24:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-01-07 16:24:25 -0500 |
commit | 9f5336e21893fafd232a9a02cfa7588ad153889a (patch) | |
tree | 83e86a9be67db41144a551cce96d0c2b4884ff70 /net/ipv6/inet6_connection_sock.c | |
parent | 97dc627fb3471664c72d0933790a90ba3f91e131 (diff) |
[IPV6]: small cleanups
This patch contains the following cleanups:
- addrconf.c: make addrconf_dad_stop() static
- inet6_connection_sock.c should #include <net/inet6_connection_sock.h>
for getting the prototypes of it's global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/inet6_connection_sock.c')
-rw-r--r-- | net/ipv6/inet6_connection_sock.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |