aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_synctty.c
diff options
context:
space:
mode:
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;