net/ipv6/ipv6_sockglue.c: Removed redundant extern
extern int sysctl_mld_max_msf is already defined in linux/ipv6.h. Signed-off-by: Eldad Zack <eldad@fogrefinery.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e1e420c71b
commit
6fdbd1648b
|
@ -678,7 +678,6 @@ done:
|
|||
}
|
||||
case MCAST_MSFILTER:
|
||||
{
|
||||
extern int sysctl_mld_max_msf;
|
||||
struct group_filter *gsf;
|
||||
|
||||
if (optlen < GROUP_FILTER_SIZE(0))
|
||||
|
|
Loading…
Reference in New Issue