OSDN Git Service

tcp: make local function tcp_recv_timestamp static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 10 Jan 2018 07:43:15 +0000 (07:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Jan 2018 20:55:35 +0000 (15:55 -0500)
commit809a79e913eed4ca02bfe5f78d3b7a56c7d8d7a6
tree832bdd0acae07e3d944def465e04aa7f9f3c0673
parente213f5b6dd5d1a7ab6a5d11c851916e25fac7e49
tcp: make local function tcp_recv_timestamp static

Fixes the following sparse warning:

net/ipv4/tcp.c:1736:6: warning:
 symbol 'tcp_recv_timestamp' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c