net: spread __net_init, __net_exit
[deliverable/linux.git] / net / ipv6 / udp.c
index 69ebdbe78c47cb1e24657d21710b7f4b81af8ea7..34efb3589ffac1dc4050132d7cf926c86e87a499 100644 (file)
@@ -1396,7 +1396,7 @@ static struct udp_seq_afinfo udp6_seq_afinfo = {
        },
 };
 
-int udp6_proc_init(struct net *net)
+int __net_init udp6_proc_init(struct net *net)
 {
        return udp_proc_register(net, &udp6_seq_afinfo);
 }
This page took 0.027982 seconds and 5 git commands to generate.