net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg static
authorAndrew Lunn <andrew@lunn.ch>
Thu, 28 May 2020 21:43:24 +0000 (23:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 May 2020 00:28:30 +0000 (17:28 -0700)
commitfd55199d3b762f9555c66a1bc4bf6eac3901fc2f
treee8d0f73318bf4a213ff78ae1b56421fe9ccd12f9
parentf0b37fa613989dacbaba57010681218ed91e989b
net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg static

kbuild test robot is reporting:
net/ethtool/cabletest.c:230:5: warning: no previous prototype for

Mark the function as static.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethtool/cabletest.c