diff options
author | Rami Rosen <ramirose@gmail.com> | 2009-06-04 00:43:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-04 00:43:26 -0400 |
commit | 2307f866f542f3397d24f78d0efd74f4ab214a96 (patch) | |
tree | e1ff3575746fa19eed779c1d38b8ad995f4b28b0 /net/ipv4 | |
parent | 278b2513f76161a9cf1ebddd620dc9d1714fe573 (diff) |
ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.
ip_mc_drop_socket() method is declared in linux/igmp.h, which
is included anyhow in af_inet.c. So there is no need for this declaration.
This patch removes it from af_inet.c.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/af_inet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index d87362178588..566ea6c4321d 100644 --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c | |||
@@ -116,7 +116,6 @@ | |||
116 | #include <linux/mroute.h> | 116 | #include <linux/mroute.h> |
117 | #endif | 117 | #endif |
118 | 118 | ||
119 | extern void ip_mc_drop_socket(struct sock *sk); | ||
120 | 119 | ||
121 | /* The inetsw table contains everything that inet_create needs to | 120 | /* The inetsw table contains everything that inet_create needs to |
122 | * build a new socket. | 121 | * build a new socket. |