tcpnv: do not export local function
authorstephen hemminger <stephen@networkplumber.org>
Fri, 19 May 2017 16:55:52 +0000 (09:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 May 2017 17:42:36 +0000 (13:42 -0400)
commitc718c6d66b249954d38eebe74724229f635fa655
treea81ed8e23054b7c47c6a8b543f0abdd6a3699776
parent9691724e5658dfb19d747b00bf34ce9df0d1b20b
tcpnv: do not export local function

The TCP New Vegas congestion control was exporting an internal
function tcpnv_get_info which is not used by any other in tree
kernel code. Make it static.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_nv.c