From: Alexey Dobriyan Date: Tue, 14 Oct 2008 01:54:07 +0000 (-0700) Subject: netns: mib6 section fixlet X-Git-Tag: v2.6.28-rc1~580^2~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e7dc849494608fca7a7493c07eb190219c00d064;p=~emulex%2Finfiniband.git netns: mib6 section fixlet 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 Signed-off-by: David S. Miller --- diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c index 050e14b7f70..01edac88851 100644 --- a/net/ipv6/af_inet6.c +++ b/net/ipv6/af_inet6.c @@ -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;