]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf958768e97ed7dc0c0230878e9d64b02e51ed823
tree832bdd0acae07e3d944def465e04aa7f9f3c0673
parentcd1006e991b7b13955245d1225b5d24ddce8e737
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