* [PATCH net-next-2.6] [PPPOE] cleanup: remove pppoe_xmit() declaration.
@ 2010-06-09 5:07 Rami Rosen
2010-06-10 1:07 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2010-06-09 5:07 UTC (permalink / raw)
To: davem, netdev
[-- Attachment #1: Type: text/plain, Size: 204 bytes --]
Hi,
There is no need for pppoe_xmit() forward declaration in
drivers/net/pppoe.c. This patch removes this pppoe_xmit() declaration.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen <ramirose@gmail.com>
[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 443 bytes --]
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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next-2.6] [PPPOE] cleanup: remove pppoe_xmit() declaration.
2010-06-09 5:07 [PATCH net-next-2.6] [PPPOE] cleanup: remove pppoe_xmit() declaration Rami Rosen
@ 2010-06-10 1:07 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-06-10 1:07 UTC (permalink / raw)
To: ramirose; +Cc: netdev
From: Rami Rosen <ramirose@gmail.com>
Date: Wed, 9 Jun 2010 08:07:56 +0300
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
Applied, thanks Rami.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-10 1:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 5:07 [PATCH net-next-2.6] [PPPOE] cleanup: remove pppoe_xmit() declaration Rami Rosen
2010-06-10 1:07 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).