aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_synctty.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2008-01-23 23:54:07 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:11:27 -0500
commit3c582b30bc2592081e9b23e253ca098fa7d57dc2 (patch)
tree258f0191bb66aee5de4fb2d19bf71d7c716bee87 /drivers/net/ppp_synctty.c
parentac97f75faae2a18648145bc6bbcdd326bac6a1c2 (diff)
[PPP]: Sparse warning fixes.
Fix a bunch of warnings in PPP and related drivers. Mostly because sparse doesn't like it when the the function is only marked private in the forward declaration. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ppp_synctty.c')
-rw-r--r--drivers/net/ppp_synctty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ppp_synctty.c b/drivers/net/ppp_synctty.c
index f7472c8505f0..0d80fa546719 100644
--- a/drivers/net/ppp_synctty.c
+++ b/drivers/net/ppp_synctty.c
@@ -560,7 +560,7 @@ static void ppp_sync_process(unsigned long arg)
560 * Procedures for encapsulation and framing. 560 * Procedures for encapsulation and framing.
561 */ 561 */
562 562
563struct sk_buff* 563static struct sk_buff*
564ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *skb) 564ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *skb)
565{ 565{
566 int proto; 566 int proto;