drivers/net/wan: fix sparse warning: make symbol static
Fix this sparse warning: drivers/net/wan/x25_asy.c:623:5: warning: symbol 'x25_asy_esc' was not declared. Should it be static? Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d157e0230f
commit
7b3dfa11cd
@@ -620,7 +620,7 @@ static struct net_device_stats *x25_asy_get_stats(struct net_device *dev)
|
|||||||
* STANDARD X.25 ENCAPSULATION *
|
* STANDARD X.25 ENCAPSULATION *
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
int x25_asy_esc(unsigned char *s, unsigned char *d, int len)
|
static int x25_asy_esc(unsigned char *s, unsigned char *d, int len)
|
||||||
{
|
{
|
||||||
unsigned char *ptr = d;
|
unsigned char *ptr = d;
|
||||||
unsigned char c;
|
unsigned char c;
|
||||||
|
Reference in New Issue
Block a user