From: Rami Rosen Date: Thu, 29 Mar 2012 08:49:01 +0000 (+0000) Subject: net: remove unused icmp_ioctl() definition. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e4422b2d31983ee651d51cb6e25943d56ef63387;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git net: remove unused icmp_ioctl() definition. The patch removes unused icmp_ioctl() method definition in include/net/icmp.h. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/include/net/icmp.h b/include/net/icmp.h index 75d61564907..ce70a581d95 100644 --- a/include/net/icmp.h +++ b/include/net/icmp.h @@ -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);