From: Rami Rosen Date: Tue, 8 Jun 2010 19:07:56 +0000 (+0000) Subject: cleanup: remove pppoe_xmit() declaration. X-Git-Tag: v3.12-rc1~9497^2~619 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97859160c5158a97a4b976a2d7bc74cf2223afe0;p=kernel%2Fkernel-generic.git cleanup: remove pppoe_xmit() declaration. There is no need for pppoe_xmit() forward declaration in drivers/net/pppoe.c. This patch removes this pppoe_xmit() declaration. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index 7ebb8e8..344ef33 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_xmit(struct ppp_channel *chan, struct sk_buff *skb); static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb); static const struct proto_ops pppoe_ops;