]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethoc: Make needlessly global struct ethtool_ops static
authorTobias Klauser <tklauser@distanz.ch>
Tue, 17 Jan 2017 14:01:08 +0000 (15:01 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jan 2017 20:50:56 +0000 (15:50 -0500)
commitd0112e7b0e7513c3bae18e7f28ce17e32a0d1daa
treea473fc73e4fd735e6e22efb71fcaa1bf5f0c1533
parent9b058bdf83133457e8c4ae269d7342cfb3af4f5c
net: ethoc: Make needlessly global struct ethtool_ops static

Make the needlessly global struct ethtool_ops ethoc_ethtool_ops static
to fix a sparse warning.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ethoc.c