]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf97013ce28c26f8a5841830984fa4d004214fc5d
treee8d0f73318bf4a213ff78ae1b56421fe9ccd12f9
parent13b912bb7801284b7783c3fa248c0db5d235a26e
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