net: keep checkpatch AVOID_EXTERNS happy

This commit is contained in:
Thomas Schoebel-Theuer 2015-09-30 13:25:50 +02:00 committed by Thomas Schoebel-Theuer
parent c919eef44a
commit b46e51d82e
1 changed files with 2 additions and 4 deletions

View File

@ -338,10 +338,8 @@ void _set_socketopts(struct socket *sock)
}
}
static
int _mars_send_raw(struct mars_socket *msock, const void *buf, int len, int flags);
static
int _mars_recv_raw(struct mars_socket *msock, void *buf, int minlen, int maxlen, int flags);
static int _mars_send_raw(struct mars_socket *msock, const void *buf, int len, int flags);
static int _mars_recv_raw(struct mars_socket *msock, void *buf, int minlen, int maxlen, int flags);
static
void mars_proto_check(struct mars_socket *msock)