]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
cleanup: remove pppoe_xmit() declaration.
authorRami Rosen <ramirose@gmail.com>
Tue, 8 Jun 2010 19:07:56 +0000 (19:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2010 01:06:14 +0000 (18:06 -0700)
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 <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pppoe.c

index 7ebb8e87efa4165e08552fce400e5f01c8de9ffd..344ef330e12320b41e486aae99e08a0d8990d9db 100644 (file)
@@ -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;