mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
[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>
This commit is contained in:
parent
4c563f7669
commit
9b0f976f27
11 changed files with 15 additions and 15 deletions
|
@ -48,7 +48,7 @@ struct sk_buff;
|
|||
extern void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info);
|
||||
extern int icmp_rcv(struct sk_buff *skb);
|
||||
extern int icmp_ioctl(struct sock *sk, int cmd, unsigned long arg);
|
||||
extern void icmp_init(struct net_proto_family *ops);
|
||||
extern void icmp_init(void);
|
||||
extern void icmp_out_count(unsigned char type);
|
||||
|
||||
/* Move into dst.h ? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue