[INET]: Remove struct net_proto_family* from _init calls.
authorDenis V. Lunev <den@openvz.org>
Fri, 29 Feb 2008 19:13:15 +0000 (11:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 19:13:15 +0000 (11:13 -0800)
commit9b0f976f27f00a81cf47643d90854659626795b4
tree3226ff8a03faf6c8137eeb1313248dfd2a395f21
parent4c563f7669c10a12354b72b518c2287ffc6ebfb3
[INET]: Remove struct net_proto_family* from _init calls.

struct net_proto_family* is not used in icmp[v6]_init, ndisc_init,
igmp_init and tcp_v4_init. Remove it.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/icmpv6.h
include/net/icmp.h
include/net/ndisc.h
include/net/tcp.h
net/ipv4/af_inet.c
net/ipv4/icmp.c
net/ipv4/tcp_ipv4.c
net/ipv6/af_inet6.c
net/ipv6/icmp.c
net/ipv6/mcast.c
net/ipv6/ndisc.c