ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.
authorRami Rosen <ramirose@gmail.com>
Thu, 4 Jun 2009 04:43:26 +0000 (21:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2009 04:43:26 +0000 (21:43 -0700)
commit2307f866f542f3397d24f78d0efd74f4ab214a96
treee1ff3575746fa19eed779c1d38b8ad995f4b28b0
parent278b2513f76161a9cf1ebddd620dc9d1714fe573
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>
net/ipv4/af_inet.c