Skip to content

Commit e4422b2

Browse files
ramirosendavem330
authored andcommitted
net: remove unused icmp_ioctl() definition.
The patch removes unused icmp_ioctl() method definition in include/net/icmp.h. Signed-off-by: Rami Rosen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 8e5e8f3 commit e4422b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/net/icmp.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ struct net;
4141

4242
extern void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info);
4343
extern int icmp_rcv(struct sk_buff *skb);
44-
extern int icmp_ioctl(struct sock *sk, int cmd, unsigned long arg);
4544
extern int icmp_init(void);
4645
extern void icmp_out_count(struct net *net, unsigned char type);
4746

0 commit comments

Comments
 (0)