diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wan/x25_asy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/x25_asy.c b/drivers/net/wan/x25_asy.c index 472bd0e6dd9d..e6e2ce3e7bcf 100644 --- a/drivers/net/wan/x25_asy.c +++ b/drivers/net/wan/x25_asy.c | |||
@@ -620,7 +620,7 @@ static struct net_device_stats *x25_asy_get_stats(struct net_device *dev) | |||
620 | * STANDARD X.25 ENCAPSULATION * | 620 | * STANDARD X.25 ENCAPSULATION * |
621 | ************************************************************************/ | 621 | ************************************************************************/ |
622 | 622 | ||
623 | int x25_asy_esc(unsigned char *s, unsigned char *d, int len) | 623 | static int x25_asy_esc(unsigned char *s, unsigned char *d, int len) |
624 | { | 624 | { |
625 | unsigned char *ptr = d; | 625 | unsigned char *ptr = d; |
626 | unsigned char c; | 626 | unsigned char c; |