From: Rami Rosen Date: Tue, 11 May 2010 19:37:36 +0000 (+0000) Subject: cleanup: remove pppoe_ioctl() declaration. X-Git-Tag: v2.6.35-rc1~473^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00c60a8312c235cac1c879b620ecb71413e9245d;p=platform%2Fkernel%2Flinux-3.10.git cleanup: remove pppoe_ioctl() declaration. Hi, - This patch removes pppoe_ioctl() declaration in drivers/net/pppoe.c as it is unneeded. Regards, Rami Rosen Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index 03fd582..b1b93ff 100644 --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c @@ -89,7 +89,6 @@ #define PPPOE_HASH_SIZE (1 << PPPOE_HASH_BITS) #define PPPOE_HASH_MASK (PPPOE_HASH_SIZE - 1) -static int pppoe_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg); static int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb); static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb);