diff options
-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 03fd5821d9a1..b1b93ff2351f 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_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg); | ||
93 | static int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb); | 92 | static int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb); |
94 | static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb); | 93 | static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb); |
95 | 94 | ||