Skip to content

Commit

Permalink
net/ipv6/ipv6_sockglue.c: Removed redundant extern
Browse files Browse the repository at this point in the history
extern int sysctl_mld_max_msf is already defined in linux/ipv6.h.

Signed-off-by: Eldad Zack <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
eldad authored and davem330 committed Apr 12, 2012
1 parent e1e420c commit 6fdbd16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ipv6/ipv6_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ static int do_ipv6_setsockopt(struct sock *sk, int level, int optname,
}
case MCAST_MSFILTER:
{
extern int sysctl_mld_max_msf;
struct group_filter *gsf;

if (optlen < GROUP_FILTER_SIZE(0))
Expand Down

0 comments on commit 6fdbd16

Please sign in to comment.