net: spread __net_init, __net_exit
authorAlexey Dobriyan <adobriyan@gmail.com>
Sun, 17 Jan 2010 03:35:32 +0000 (03:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jan 2010 03:16:02 +0000 (19:16 -0800)
commit2c8c1e7297e19bdef3c178c3ea41d898a7716e3e
tree4d336562e8d5379732a0646e17b0bb1750111ef6
parent72659ecce68588b74f6c46862c2b4cec137d7a5a
net: spread __net_init, __net_exit

__net_init/__net_exit are apparently not going away, so use them
to full extent.

In some cases __net_init was removed, because it was called from
__net_exit code.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
44 files changed:
drivers/net/bonding/bond_main.c
net/8021q/vlan.c
net/8021q/vlanproc.c
net/bridge/br_if.c
net/core/fib_rules.c
net/core/rtnetlink.c
net/core/sock.c
net/dccp/ipv4.c
net/dccp/ipv6.c
net/ipv4/fib_frontend.c
net/ipv4/igmp.c
net/ipv4/ip_fragment.c
net/ipv4/ip_gre.c
net/ipv4/ipip.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv4/udplite.c
net/ipv6/addrconf.c
net/ipv6/af_inet6.c
net/ipv6/anycast.c
net/ipv6/fib6_rules.c
net/ipv6/icmp.c
net/ipv6/ip6_fib.c
net/ipv6/ip6_flowlabel.c
net/ipv6/ip6_tunnel.c
net/ipv6/mcast.c
net/ipv6/ndisc.c
net/ipv6/proc.c
net/ipv6/raw.c
net/ipv6/reassembly.c
net/ipv6/route.c
net/ipv6/sit.c
net/ipv6/sysctl_net_ipv6.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/ipv6/udplite.c
net/key/af_key.c
net/packet/af_packet.c
net/phonet/pn_dev.c
net/sysctl_net.c
net/unix/af_unix.c
net/unix/sysctl_net_unix.c
net/wireless/wext-proc.c
net/xfrm/xfrm_sysctl.c