Skip to content

Commit

Permalink
netns: mib6 section fixlet
Browse files Browse the repository at this point in the history
  LD      net/ipv6/ipv6.o
WARNING: net/ipv6/ipv6.o(.text+0xd8): Section mismatch in reference from the function inet6_net_init() to the function .init.text:ipv6_init_mibs()

Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and davem330 committed Oct 14, 2008
1 parent eb8a4cb commit e7dc849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/af_inet6.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static void __net_exit ipv6_cleanup_mibs(struct net *net)
snmp_mib_free((void **)net->mib.icmpv6msg_statistics);
}

static int inet6_net_init(struct net *net)
static int __net_init inet6_net_init(struct net *net)
{
int err = 0;

Expand Down

0 comments on commit e7dc849

Please sign in to comment.