diff options
author | Rami Rosen <ramirose@gmail.com> | 2010-06-08 15:07:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-09 21:06:14 -0400 |
commit | 97859160c5158a97a4b976a2d7bc74cf2223afe0 (patch) | |
tree | 396225c2a54d614a9d9076db7c2d1d76fb35ddab | |
parent | cfa087f689402438e3cb0f077e649d01c871b0e7 (diff) |
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 <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/pppoe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index 7ebb8e87efa4..344ef330e123 100644 --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c | |||
@@ -89,7 +89,6 @@ | |||
89 | #define PPPOE_HASH_SIZE (1 << PPPOE_HASH_BITS) | 89 | #define PPPOE_HASH_SIZE (1 << PPPOE_HASH_BITS) |
90 | #define PPPOE_HASH_MASK (PPPOE_HASH_SIZE - 1) | 90 | #define PPPOE_HASH_MASK (PPPOE_HASH_SIZE - 1) |
91 | 91 | ||
92 | static int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb); | ||
93 | static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb); | 92 | static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb); |
94 | 93 | ||
95 | static const struct proto_ops pppoe_ops; | 94 | static const struct proto_ops pppoe_ops; |