diff options
author | Rami Rosen <ramirose@gmail.com> | 2010-05-11 19:37:36 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-05-17 23:23:10 -0700 |
commit | 00c60a8312c235cac1c879b620ecb71413e9245d (patch) | |
tree | 45833b39f4d996af0afcf90d65eb5a52f322f06d | |
parent | a05abcb5c912ce7127e5c638b490313e88541784 (diff) | |
download | linux-00c60a8312c235cac1c879b620ecb71413e9245d.tar.bz2 |
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 <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 03fd5821d9a1..b1b93ff2351f 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); |