Skip to content

Commit

Permalink
net: remove unused icmp_ioctl() definition.
Browse files Browse the repository at this point in the history
The patch removes unused icmp_ioctl() method definition in
include/net/icmp.h.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Apr 2, 2012
1 parent 8e5e8f3 commit e4422b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/icmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ struct net;

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 int icmp_init(void);
extern void icmp_out_count(struct net *net, unsigned char type);

Expand Down

0 comments on commit e4422b2

Please sign in to comment.