]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: move ipv6_specific declaration to remove a warning
authorEric Dumazet <edumazet@google.com>
Tue, 23 Jun 2020 22:31:12 +0000 (15:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jun 2020 03:10:15 +0000 (20:10 -0700)
commit240609e8243e2b09f9e4b5cb0cb08d40c2c2cbe8
treea7f309c617dc49a426ac7aafc23204c637fce4c0
parent4f9ee53b1ddfe62a8bbbcb4ce604126a3c07fbeb
tcp: move ipv6_specific declaration to remove a warning

ipv6_specific should be declared in tcp include files,
not mptcp.

This removes the following warning :
  CHECK   net/ipv6/tcp_ipv6.c
net/ipv6/tcp_ipv6.c:78:42: warning: symbol 'ipv6_specific' was not declared. Should it be static?

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/mptcp/protocol.h